#9569C3

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

Shades of Lilac Bush #9569C3

Tints of Lilac Bush #9569C3

Color information

#9569C3 (or 0x9569C3) is unknown color: approx Lilac Bush. HEX triplet: 95, 69 and C3. RGB value is (149,105,195). Sum of RGB (Red+Green+Blue) = 149+105+195=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 195 (76.56% from 255 or 43.43% from 449); Max value from RGB is 195 - color contains mainly: blue. Hex color #9569C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9569C3 is #6A963C. Grayscale: #808080. Windows color (decimal): -6985277 or 12806549. OLE color: 12806549.

HSL color Cylindrical-coordinate representation of color #9569C3: hue angle of 269.33º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9569C3 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB149105195-
CMYK0.240.4600.24
HSL269.33º42.86%58.82%-
HSV(B)269.33º46.15%76.47%-
XYZ27.320.4354.14-
YUV128.42165.58142.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.18%
GREEN value IS 105 (41.41% from 255) = 23.39%
BLUE value IS 195 (76.56% from 255) = 43.43%
R=33.18%
G=23.39%
B=43.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1491051950.240.4600.24269.3342.8658.82
Hex9569C3182E01810d2b3b
Octal22515130330560304155373
Binary1001010111010011100001111000101110011000100001101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9569C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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