#9256BA

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

Shades of Deep Lilac #9256BA

Tints of Deep Lilac #9256BA

Color information

#9256BA (or 0x9256BA) is unknown color: approx Deep Lilac. HEX triplet: 92, 56 and BA. RGB value is (146,86,186). Sum of RGB (Red+Green+Blue) = 146+86+186=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #9256BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9256BA is #6DA945. Grayscale: #737373. Windows color (decimal): -7186758 or 12211858. OLE color: 12211858.

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

Color convert

RGB14686186-
CMYK0.220.5400.27
HSL276º42.02%53.33%-
HSV(B)276º53.76%72.94%-
XYZ24.0416.3148.34-
YUV115.34167.88149.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 86 (33.98% from 255) = 20.57%
BLUE value IS 186 (73.05% from 255) = 44.50%
R=34.93%
G=20.57%
B=44.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146861860.220.5400.2727642.0253.33
Hex9256BA163601B1142a35
Octal22212627226660334245265
Binary1001001010101101011101010110110110011011100010100101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9256BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9256BA; }

 p { color: rgb(146,86,186); }

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

<style>
 a { background-color: #9256BA; }

 a { background-color: rgb(146,86,186); }

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

<style>
 span { border-color: #9256BA; }

 span { border-color: rgb(146,86,186); }

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