#9259BC

Color #9259BC Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #9259BC

Tints of Deep Lilac #9259BC

Color information

#9259BC (or 0x9259BC) is unknown color: approx Deep Lilac. HEX triplet: 92, 59 and BC. RGB value is (146,89,188). Sum of RGB (Red+Green+Blue) = 146+89+188=423 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.52% from 423); Green value is 89 (35.16% from 255 or 21.04% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #9259BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9259BC is #6DA643. Grayscale: #747474. Windows color (decimal): -7185988 or 12343698. OLE color: 12343698.

HSL color Cylindrical-coordinate representation of color #9259BC: hue angle of 274.55º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9259BC is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14689188-
CMYK0.220.5300.26
HSL274.55º42.49%54.31%-
HSV(B)274.55º52.66%73.73%-
XYZ24.516.8949.54-
YUV117.33167.88148.45-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.52%
GREEN value IS 89 (35.16% from 255) = 21.04%
BLUE value IS 188 (73.83% from 255) = 44.44%
R=34.52%
G=21.04%
B=44.44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal146891880.220.5300.26274.5542.4954.31
Hex9259BC163501A1132a36
Octal22213127426650324235266
Binary1001001010110011011110010110110101011010100010011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9259BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9259BC; }

 p { color: rgb(146,89,188); }

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

<style>
 a { background-color: #9259BC; }

 a { background-color: rgb(146,89,188); }

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

<style>
 span { border-color: #9259BC; }

 span { border-color: rgb(146,89,188); }

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