Html Css Color HEX #900ECC Dark Violet

📋 copy color: '#900ECC'

red 144 ◦ green 14 ◦ blue 204

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

Shades of Dark Violet #900ECC

Tints of Dark Violet #900ECC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.87%

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

R = 39.78%
G = 3.87%
B = 56.35%

CMYK

 C value IS 0.29

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#900ECC (or 0x900ECC) is known color: Dark Violet. HEX triplet: 90, 0E and CC. RGB value is (144,14,204). Sum of RGB (Red+Green+Blue) = 144+14+204=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 204 (80.08% from 255 or 56.35% from 362); Max value from RGB is 204 - color contains mainly: blue. Hex color #900ECC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900ECC is #6FF133. Grayscale: #494949. Windows color (decimal): -7336244 or 13373072. OLE color: 13373072.

HSL color Cylindrical-coordinate representation of color #900ECC: hue angle of 281.05º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900ECC is Cyan = 0.29, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 144 14 204 -
CMYK 0.29 0.93 0 0.2
HSL 281.05º 0.87% 0.43% -
HSV(B) 281.05º 0.93% 0.8% -
XYZ 22.56 10.6 57.98 -
YUV 74.53 201.07 177.55 -
System Red Green Blue C M Y K H S L
Decimal 144 14 204 0.29 0.93 0 0.2 281.05 0.87 0.43
Hex 90 E CC 1D 5D 0 14 119 57 2B
Octal 220 16 314 35 135 0 24 431 127 53
Binary 10010000 1110 11001100 11101 1011101 0 10100 100011001 1010111 101011

Color Harmonies of #900ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900ECC

Black with #900ECC

Text Example


Text Example

White with #900ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900ECC; }

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

 H1.HeaderClassName
 {
   color: #900ECC;
 }
 .AnyTagClassName
 {
   color: #900ECC;
 }
</style>

background-color css

<style>
 a { background-color: #900ECC; }

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

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

border-color css

<style>
 span { border-color: #900ECC; }

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

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