Html Css Color HEX #9002DF Dark Violet

📋 copy color: '#9002DF'

red 144 ◦ green 2 ◦ blue 223

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

Shades of Dark Violet #9002DF

Tints of Dark Violet #9002DF

RGB

 RED value IS 144 (56.64% from 255) = 39.02%

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

 BLUE value IS 223 (87.5% from 255) = 60.43%

R = 39.02%
G = 0.54%
B = 60.43%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9002DF (or 0x9002DF) is known color: Dark Violet. HEX triplet: 90, 02 and DF. RGB value is (144,2,223). Sum of RGB (Red+Green+Blue) = 144+2+223=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 2 (1.17% from 255 or 0.54% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #9002DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9002DF is #6FFD20. Grayscale: #444444. Windows color (decimal): -7339297 or 14615184. OLE color: 14615184.

HSL color Cylindrical-coordinate representation of color #9002DF: hue angle of 278.55º 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 #9002DF is Cyan = 0.35, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 2 223 -
CMYK 0.35 0.99 0 0.13
HSL 278.55º 0.98% 0.44% -
HSV(B) 278.55º 0.99% 0.87% -
XYZ 24.84 11.3 70.68 -
YUV 69.65 214.54 181.03 -
System Red Green Blue C M Y K H S L
Decimal 144 2 223 0.35 0.99 0 0.13 278.55 0.98 0.44
Hex 90 2 DF 23 63 0 D 117 62 2C
Octal 220 2 337 43 143 0 15 427 142 54
Binary 10010000 10 11011111 100011 1100011 0 1101 100010111 1100010 101100

Color Harmonies of #9002DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9002DF

Black with #9002DF

Text Example


Text Example

White with #9002DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9002DF; }

 p { color: rgb(144,2,223); }

 H1.HeaderClassName
 {
   color: #9002DF;
 }
 .AnyTagClassName
 {
   color: #9002DF;
 }
</style>

background-color css

<style>
 a { background-color: #9002DF; }

 a { background-color: rgb(144,2,223); }

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

border-color css

<style>
 span { border-color: #9002DF; }

 span { border-color: rgb(144,2,223); }

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