#9569C0

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

Shades of Lilac Bush #9569C0

Tints of Lilac Bush #9569C0

Color information

#9569C0 (or 0x9569C0) is unknown color: approx Lilac Bush. HEX triplet: 95, 69 and C0. RGB value is (149,105,192). Sum of RGB (Red+Green+Blue) = 149+105+192=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #9569C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9569C0 is #6A963F. Grayscale: #7F7F7F. Windows color (decimal): -6985280 or 12609941. OLE color: 12609941.

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

Color convert

RGB149105192-
CMYK0.220.4500.25
HSL270.34º40.85%58.24%-
HSV(B)270.34º45.31%75.29%-
XYZ26.9620.352.37-
YUV128.07164.08142.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.41%
GREEN value IS 105 (41.41% from 255) = 23.54%
BLUE value IS 192 (75.39% from 255) = 43.05%
R=33.41%
G=23.54%
B=43.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1491051920.220.4500.25270.3440.8558.24
Hex9569C0162D01910e293a
Octal22515130026550314165172
Binary1001010111010011100000010110101101011001100001110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9569C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,105,192); }

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

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

 a { background-color: rgb(149,105,192); }

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

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

 span { border-color: rgb(149,105,192); }

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