#9375BD

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

Shades of Lilac Bush #9375BD

Tints of Lilac Bush #9375BD

Color information

#9375BD (or 0x9375BD) is unknown color: approx Lilac Bush. HEX triplet: 93, 75 and BD. RGB value is (147,117,189). Sum of RGB (Red+Green+Blue) = 147+117+189=453 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.45% from 453); Green value is 117 (46.09% from 255 or 25.83% from 453); Blue value is 189 (74.22% from 255 or 41.72% from 453); Max value from RGB is 189 - color contains mainly: blue. Hex color #9375BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9375BD is #6C8A42. Grayscale: #858585. Windows color (decimal): -7113283 or 12416403. OLE color: 12416403.

HSL color Cylindrical-coordinate representation of color #9375BD: hue angle of 265º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9375BD is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB147117189-
CMYK0.220.3800.26
HSL265º35.29%60%-
HSV(B)265º38.1%74.12%-
XYZ27.5822.651.05-
YUV134.18158.94137.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.45%
GREEN value IS 117 (46.09% from 255) = 25.83%
BLUE value IS 189 (74.22% from 255) = 41.72%
R=32.45%
G=25.83%
B=41.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1471171890.220.3800.2626535.2960
Hex9375BD162601A109233c
Octal22316527526460324114374
Binary1001001111101011011110110110100110011010100001001100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9375BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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