Html Css Color HEX #9A02DD Dark Violet

📋 copy color: '#9A02DD'

red 154 ◦ green 2 ◦ blue 221

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

Shades of Dark Violet #9A02DD

Tints of Dark Violet #9A02DD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.53%

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

R = 40.85%
G = 0.53%
B = 58.62%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9A02DD (or 0x9A02DD) is known color: Dark Violet. HEX triplet: 9A, 02 and DD. RGB value is (154,2,221). Sum of RGB (Red+Green+Blue) = 154+2+221=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #9A02DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A02DD is #65FD22. Grayscale: #474747. Windows color (decimal): -6683939 or 14484122. OLE color: 14484122.

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

Color convert

RGB 154 2 221 -
CMYK 0.30 0.99 0 0.13
HSL 281.64º 0.98% 0.44% -
HSV(B) 281.64º 0.99% 0.87% -
XYZ 26.4 12.13 69.36 -
YUV 72.41 211.86 186.19 -
System Red Green Blue C M Y K H S L
Decimal 154 2 221 0.30 0.99 0 0.13 281.64 0.98 0.44
Hex 9A 2 DD 1E 63 0 D 11A 62 2C
Octal 232 2 335 36 143 0 15 432 142 54
Binary 10011010 10 11011101 11110 1100011 0 1101 100011010 1100010 101100

Color Harmonies of #9A02DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A02DD

Black with #9A02DD

Text Example


Text Example

White with #9A02DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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