Html Css Color HEX #904ACD Deep Lilac

📋 copy color: '#904ACD'

red 144 ◦ green 74 ◦ blue 205

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

Shades of Deep Lilac #904ACD

Tints of Deep Lilac #904ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.49%

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

R = 34.04%
G = 17.49%
B = 48.46%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#904ACD (or 0x904ACD) is known color: Deep Lilac. HEX triplet: 90, 4A and CD. RGB value is (144,74,205). Sum of RGB (Red+Green+Blue) = 144+74+205=423 (56% of max value = 765). Red value is 144 (56.64% from 255 or 34.04% from 423); Green value is 74 (29.30% from 255 or 17.49% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #904ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904ACD is #6FB532. Grayscale: #6D6D6D. Windows color (decimal): -7320883 or 13453968. OLE color: 13453968.

HSL color Cylindrical-coordinate representation of color #904ACD: hue angle of 272.06º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #904ACD is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 144 74 205 -
CMYK 0.30 0.64 0 0.20
HSL 272.06º 0.57% 0.55% -
HSV(B) 272.06º 0.64% 0.8% -
XYZ 24.97 15.23 59.38 -
YUV 109.86 181.69 152.35 -
System Red Green Blue C M Y K H S L
Decimal 144 74 205 0.30 0.64 0 0.20 272.06 0.57 0.55
Hex 90 4A CD 1E 40 0 14 110 39 37
Octal 220 112 315 36 100 0 24 420 71 67
Binary 10010000 1001010 11001101 11110 1000000 0 10100 100010000 111001 110111

Color Harmonies of #904ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904ACD

Black with #904ACD

Text Example


Text Example

White with #904ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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