#9E75CD

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

Shades of Lilac Bush #9E75CD

Tints of Lilac Bush #9E75CD

Color information

#9E75CD (or 0x9E75CD) is unknown color: approx Lilac Bush. HEX triplet: 9E, 75 and CD. RGB value is (158,117,205). Sum of RGB (Red+Green+Blue) = 158+117+205=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 117 (46.09% from 255 or 24.38% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #9E75CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E75CD is #618A32. Grayscale: #8A8A8A. Windows color (decimal): -6392371 or 13464990. OLE color: 13464990.

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

Color convert

RGB158117205-
CMYK0.230.4300.20
HSL267.95º46.81%63.14%-
HSV(B)267.95º42.93%80.39%-
XYZ31.4824.460.81-
YUV139.29165.08141.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.92%
GREEN value IS 117 (46.09% from 255) = 24.38%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=32.92%
G=24.38%
B=42.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1581172050.230.4300.20267.9546.8163.14
Hex9E75CD172B01410c2f3f
Octal23616531527530244145777
Binary1001111011101011100110110111101011010100100001100101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E75CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,117,205); }

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

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

 a { background-color: rgb(158,117,205); }

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

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

 span { border-color: rgb(158,117,205); }

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