#9A6CBE

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

Shades of Lilac Bush #9A6CBE

Tints of Lilac Bush #9A6CBE

Color information

#9A6CBE (or 0x9A6CBE) is unknown color: approx Lilac Bush. HEX triplet: 9A, 6C and BE. RGB value is (154,108,190). Sum of RGB (Red+Green+Blue) = 154+108+190=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A6CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6CBE is #659341. Grayscale: #828282. Windows color (decimal): -6656834 or 12479642. OLE color: 12479642.

HSL color Cylindrical-coordinate representation of color #9A6CBE: hue angle of 273.66º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9A6CBE is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154108190-
CMYK0.190.4300.25
HSL273.66º38.68%58.43%-
HSV(B)273.66º43.16%74.51%-
XYZ27.9821.3151.35-
YUV131.1161.24144.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.07%
GREEN value IS 108 (42.58% from 255) = 23.89%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=34.07%
G=23.89%
B=42.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541081900.190.4300.25273.6638.6858.43
Hex9A6CBE132B019112273a
Octal23215427623530314224772
Binary1001101011011001011111010011101011011001100010010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A6CBE; }

 p { color: rgb(154,108,190); }

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

<style>
 a { background-color: #9A6CBE; }

 a { background-color: rgb(154,108,190); }

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

<style>
 span { border-color: #9A6CBE; }

 span { border-color: rgb(154,108,190); }

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