#9A4CCD

Color #9A4CCD Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9A4CCD

Tints of Deep Lilac #9A4CCD

Color information

#9A4CCD (or 0x9A4CCD) is unknown color: approx Deep Lilac. HEX triplet: 9A, 4C and CD. RGB value is (154,76,205). Sum of RGB (Red+Green+Blue) = 154+76+205=435 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.40% from 435); Green value is 76 (30.08% from 255 or 17.47% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A4CCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A4CCD is #65B332. Grayscale: #717171. Windows color (decimal): -6665011 or 13454490. OLE color: 13454490.

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

Color convert

RGB15476205-
CMYK0.250.6300.20
HSL276.28º56.33%55.1%-
HSV(B)276.28º62.93%80.39%-
XYZ26.9316.4559.51-
YUV114.03179.34156.51-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.40%
GREEN value IS 76 (30.08% from 255) = 17.47%
BLUE value IS 205 (80.47% from 255) = 47.13%
R=35.40%
G=17.47%
B=47.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal154762050.250.6300.20276.2856.3355.1
Hex9A4CCD193F0141143837
Octal23211431531770244247067
Binary1001101010011001100110111001111111010100100010100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9A4CCD;
 }
 .AnyTagClassName
 {
   color: #9A4CCD;
 }
</style>
background-color css

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

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

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

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

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

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