#9E75CC

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

Shades of Lilac Bush #9E75CC

Tints of Lilac Bush #9E75CC

Color information

#9E75CC (or 0x9E75CC) is unknown color: approx Lilac Bush. HEX triplet: 9E, 75 and CC. RGB value is (158,117,204). Sum of RGB (Red+Green+Blue) = 158+117+204=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 117 (46.09% from 255 or 24.43% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E75CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E75CC is #618A33. Grayscale: #8A8A8A. Windows color (decimal): -6392372 or 13399454. OLE color: 13399454.

HSL color Cylindrical-coordinate representation of color #9E75CC: hue angle of 268.28º degrees, saturation: 0.46, 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 #9E75CC is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB158117204-
CMYK0.230.4300.2
HSL268.28º46.03%62.94%-
HSV(B)268.28º42.65%80%-
XYZ31.3624.3560.17-
YUV139.18164.58141.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.99%
GREEN value IS 117 (46.09% from 255) = 24.43%
BLUE value IS 204 (80.08% from 255) = 42.59%
R=32.99%
G=24.43%
B=42.59%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1581172040.230.4300.2268.2846.0362.94
Hex9E75CC172B01410c2e3f
Octal23616531427530244145677
Binary1001111011101011100110010111101011010100100001100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E75CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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