#9567BF

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

Shades of Lilac Bush #9567BF

Tints of Lilac Bush #9567BF

Color information

#9567BF (or 0x9567BF) is unknown color: approx Lilac Bush. HEX triplet: 95, 67 and BF. RGB value is (149,103,191). Sum of RGB (Red+Green+Blue) = 149+103+191=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 103 (40.62% from 255 or 23.25% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #9567BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9567BF is #6A9840. Grayscale: #7E7E7E. Windows color (decimal): -6985793 or 12543893. OLE color: 12543893.

HSL color Cylindrical-coordinate representation of color #9567BF: hue angle of 271.36º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9567BF is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB149103191-
CMYK0.220.4600.25
HSL271.36º40.74%57.65%-
HSV(B)271.36º46.07%74.9%-
XYZ26.6519.8551.72-
YUV126.79164.24143.84-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.63%
GREEN value IS 103 (40.62% from 255) = 23.25%
BLUE value IS 191 (75% from 255) = 43.12%
R=33.63%
G=23.25%
B=43.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491031910.220.4600.25271.3640.7457.65
Hex9567BF162E01910f293a
Octal22514727726560314175172
Binary1001010111001111011111110110101110011001100001111101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9567BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9567BF; }

 p { color: rgb(149,103,191); }

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

<style>
 a { background-color: #9567BF; }

 a { background-color: rgb(149,103,191); }

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

<style>
 span { border-color: #9567BF; }

 span { border-color: rgb(149,103,191); }

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