#9375C0

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

Shades of Lilac Bush #9375C0

Tints of Lilac Bush #9375C0

Color information

#9375C0 (or 0x9375C0) is unknown color: approx Lilac Bush. HEX triplet: 93, 75 and C0. RGB value is (147,117,192). Sum of RGB (Red+Green+Blue) = 147+117+192=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 192 (75.39% from 255 or 42.11% from 456); Max value from RGB is 192 - color contains mainly: blue. Hex color #9375C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9375C0 is #6C8A3F. Grayscale: #868686. Windows color (decimal): -7113280 or 12613011. OLE color: 12613011.

HSL color Cylindrical-coordinate representation of color #9375C0: hue angle of 264º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9375C0 is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB147117192-
CMYK0.230.3900.25
HSL264º37.31%60.59%-
HSV(B)264º39.06%75.29%-
XYZ27.9122.7352.79-
YUV134.52160.44136.9-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.24%
GREEN value IS 117 (46.09% from 255) = 25.66%
BLUE value IS 192 (75.39% from 255) = 42.11%
R=32.24%
G=25.66%
B=42.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1471171920.230.3900.2526437.3160.59
Hex9375C01727019108253d
Octal22316530027470314104575
Binary1001001111101011100000010111100111011001100001000100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9375C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9375C0; }

 p { color: rgb(147,117,192); }

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

<style>
 a { background-color: #9375C0; }

 a { background-color: rgb(147,117,192); }

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

<style>
 span { border-color: #9375C0; }

 span { border-color: rgb(147,117,192); }

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