Html Css Color HEX #9002CC Dark Violet

📋 copy color: '#9002CC'

red 144 ◦ green 2 ◦ blue 204

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

Shades of Dark Violet #9002CC

Tints of Dark Violet #9002CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 58.29%

R = 41.14%
G = 0.57%
B = 58.29%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9002CC (or 0x9002CC) is known color: Dark Violet. HEX triplet: 90, 02 and CC. RGB value is (144,2,204). Sum of RGB (Red+Green+Blue) = 144+2+204=350 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.14% from 350); Green value is 2 (1.17% from 255 or 0.57% from 350); Blue value is 204 (80.08% from 255 or 58.29% from 350); Max value from RGB is 204 - color contains mainly: blue. Hex color #9002CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9002CC is #6FFD33. Grayscale: #424242. Windows color (decimal): -7339316 or 13370000. OLE color: 13370000.

HSL color Cylindrical-coordinate representation of color #9002CC: hue angle of 282.18º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9002CC is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 144 2 204 -
CMYK 0.29 0.99 0 0.2
HSL 282.18º 0.98% 0.4% -
HSV(B) 282.18º 0.99% 0.8% -
XYZ 22.42 10.33 57.94 -
YUV 67.49 205.04 182.57 -
System Red Green Blue C M Y K H S L
Decimal 144 2 204 0.29 0.99 0 0.2 282.18 0.98 0.4
Hex 90 2 CC 1D 63 0 14 11A 62 28
Octal 220 2 314 35 143 0 24 432 142 50
Binary 10010000 10 11001100 11101 1100011 0 10100 100011010 1100010 101000

Color Harmonies of #9002CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9002CC

Black with #9002CC

Text Example


Text Example

White with #9002CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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