Html Css Color HEX #9A4DCD Deep Lilac

📋 copy color: '#9A4DCD'

red 154 ◦ green 77 ◦ blue 205

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

Shades of Deep Lilac #9A4DCD

Tints of Deep Lilac #9A4DCD

RGB

 RED value IS 154 (60.55% from 255) = 35.32%

 GREEN value IS 77 (30.47% from 255) = 17.66%

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

R = 35.32%
G = 17.66%
B = 47.02%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9A4DCD (or 0x9A4DCD) is known color: Deep Lilac. HEX triplet: 9A, 4D and CD. RGB value is (154,77,205). Sum of RGB (Red+Green+Blue) = 154+77+205=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A4DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A4DCD is #65B232. Grayscale: #727272. Windows color (decimal): -6664755 or 13454746. OLE color: 13454746.

HSL color Cylindrical-coordinate representation of color #9A4DCD: hue angle of 276.09º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A4DCD is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 154 77 205 -
CMYK 0.25 0.62 0 0.20
HSL 276.09º 0.56% 0.55% -
HSV(B) 276.09º 0.62% 0.8% -
XYZ 27 16.59 59.54 -
YUV 114.62 179.01 156.09 -
System Red Green Blue C M Y K H S L
Decimal 154 77 205 0.25 0.62 0 0.20 276.09 0.56 0.55
Hex 9A 4D CD 19 3E 0 14 114 38 37
Octal 232 115 315 31 76 0 24 424 70 67
Binary 10011010 1001101 11001101 11001 111110 0 10100 100010100 111000 110111

Color Harmonies of #9A4DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A4DCD

Black with #9A4DCD

Text Example


Text Example

White with #9A4DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A4DCD; }

 p { color: rgb(154,77,205); }

 H1.HeaderClassName
 {
   color: #9A4DCD;
 }
 .AnyTagClassName
 {
   color: #9A4DCD;
 }
</style>

background-color css

<style>
 a { background-color: #9A4DCD; }

 a { background-color: rgb(154,77,205); }

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

border-color css

<style>
 span { border-color: #9A4DCD; }

 span { border-color: rgb(154,77,205); }

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