Html Css Color HEX #9A07DD Dark Violet

📋 copy color: '#9A07DD'

red 154 ◦ green 7 ◦ blue 221

#9A07DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #9A07DD

Tints of Dark Violet #9A07DD

RGB

 RED value IS 154 (60.55% from 255) = 40.31%

 GREEN value IS 7 (3.13% from 255) = 1.83%

 BLUE value IS 221 (86.72% from 255) = 57.85%

R = 40.31%
G = 1.83%
B = 57.85%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9A07DD (or 0x9A07DD) is known color: Dark Violet. HEX triplet: 9A, 07 and DD. RGB value is (154,7,221). Sum of RGB (Red+Green+Blue) = 154+7+221=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 7 (3.12% from 255 or 1.83% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A07DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A07DD is #65F822. Grayscale: #4A4A4A. Windows color (decimal): -6682659 or 14485402. OLE color: 14485402.

HSL color Cylindrical-coordinate representation of color #9A07DD: hue angle of 281.21º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A07DD is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 7 221 -
CMYK 0.30 0.97 0 0.13
HSL 281.22º 0.94% 0.45% -
HSV(B) 281.22º 0.97% 0.87% -
XYZ 26.45 12.24 69.38 -
YUV 75.35 210.2 184.1 -
System Red Green Blue C M Y K H S L
Decimal 154 7 221 0.30 0.97 0 0.13 281.22 0.94 0.45
Hex 9A 7 DD 1E 61 0 D 119 5E 2D
Octal 232 7 335 36 141 0 15 431 136 55
Binary 10011010 111 11011101 11110 1100001 0 1101 100011001 1011110 101101

Color Harmonies of #9A07DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A07DD

Black with #9A07DD

Text Example


Text Example

White with #9A07DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A07DD; }

 p { color: rgb(154,7,221); }

 H1.HeaderClassName
 {
   color: #9A07DD;
 }
 .AnyTagClassName
 {
   color: #9A07DD;
 }
</style>

background-color css

<style>
 a { background-color: #9A07DD; }

 a { background-color: rgb(154,7,221); }

 div.DivClassName
 {
   background-color: #9A07DD;
 }
 .BgClassName
 {
   background-color: #9A07DD;
 }
</style>

border-color css

<style>
 span { border-color: #9A07DD; }

 span { border-color: rgb(154,7,221); }

 td.TdClassName
 {
   border-color: #9A07DD;
 }
 .TagClassName
 {
   border-color: #9A07DD;
 }
</style>