#926ACB

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

Shades of Lilac Bush #926ACB

Tints of Lilac Bush #926ACB

Color information

#926ACB (or 0x926ACB) is unknown color: approx Lilac Bush. HEX triplet: 92, 6A and CB. RGB value is (146,106,203). Sum of RGB (Red+Green+Blue) = 146+106+203=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 203 (79.69% from 255 or 44.62% from 455); Max value from RGB is 203 - color contains mainly: blue. Hex color #926ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926ACB is #6D9534. Grayscale: #808080. Windows color (decimal): -7181621 or 13331090. OLE color: 13331090.

HSL color Cylindrical-coordinate representation of color #926ACB: hue angle of 264.74º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #926ACB is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB146106203-
CMYK0.280.4800.20
HSL264.74º48.26%60.59%-
HSV(B)264.74º47.78%79.61%-
XYZ27.7920.7359.04-
YUV129.02169.75140.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.09%
GREEN value IS 106 (41.80% from 255) = 23.30%
BLUE value IS 203 (79.69% from 255) = 44.62%
R=32.09%
G=23.30%
B=44.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1461062030.280.4800.20264.7448.2660.59
Hex926ACB1C30014109303d
Octal22215231334600244116075
Binary1001001011010101100101111100110000010100100001001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926ACB; }

 p { color: rgb(146,106,203); }

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

<style>
 a { background-color: #926ACB; }

 a { background-color: rgb(146,106,203); }

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

<style>
 span { border-color: #926ACB; }

 span { border-color: rgb(146,106,203); }

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