Html Css Color HEX #900ACD Dark Violet

📋 copy color: '#900ACD'

red 144 ◦ green 10 ◦ blue 205

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

Shades of Dark Violet #900ACD

Tints of Dark Violet #900ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 57.1%

R = 40.11%
G = 2.79%
B = 57.1%

CMYK

 C value IS 0.30

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#900ACD (or 0x900ACD) is known color: Dark Violet. HEX triplet: 90, 0A and CD. RGB value is (144,10,205). Sum of RGB (Red+Green+Blue) = 144+10+205=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #900ACD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900ACD is #6FF532. Grayscale: #474747. Windows color (decimal): -7337267 or 13437584. OLE color: 13437584.

HSL color Cylindrical-coordinate representation of color #900ACD: hue angle of 281.23º 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 #900ACD is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 10 205 -
CMYK 0.30 0.95 0 0.20
HSL 281.23º 0.91% 0.42% -
HSV(B) 281.23º 0.95% 0.8% -
XYZ 22.63 10.55 58.6 -
YUV 72.3 202.89 179.14 -
System Red Green Blue C M Y K H S L
Decimal 144 10 205 0.30 0.95 0 0.20 281.23 0.91 0.42
Hex 90 A CD 1E 5F 0 14 119 5B 2A
Octal 220 12 315 36 137 0 24 431 133 52
Binary 10010000 1010 11001101 11110 1011111 0 10100 100011001 1011011 101010

Color Harmonies of #900ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900ACD

Black with #900ACD

Text Example


Text Example

White with #900ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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