Html Css Color HEX #900ACC Dark Violet

📋 copy color: '#900ACC'

red 144 ◦ green 10 ◦ blue 204

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

Shades of Dark Violet #900ACC

Tints of Dark Violet #900ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.79%

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

R = 40.22%
G = 2.79%
B = 56.98%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#900ACC (or 0x900ACC) is known color: Dark Violet. HEX triplet: 90, 0A and CC. RGB value is (144,10,204). Sum of RGB (Red+Green+Blue) = 144+10+204=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 10 (4.30% from 255 or 2.79% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #900ACC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900ACC is #6FF533. Grayscale: #474747. Windows color (decimal): -7337268 or 13372048. OLE color: 13372048.

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

Color convert

RGB 144 10 204 -
CMYK 0.29 0.95 0 0.2
HSL 281.44º 0.91% 0.42% -
HSV(B) 281.44º 0.95% 0.8% -
XYZ 22.51 10.51 57.97 -
YUV 72.18 202.39 179.23 -
System Red Green Blue C M Y K H S L
Decimal 144 10 204 0.29 0.95 0 0.2 281.44 0.91 0.42
Hex 90 A CC 1D 5F 0 14 119 5B 2A
Octal 220 12 314 35 137 0 24 431 133 52
Binary 10010000 1010 11001100 11101 1011111 0 10100 100011001 1011011 101010

Color Harmonies of #900ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900ACC

Black with #900ACC

Text Example


Text Example

White with #900ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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