#9251B3

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

Shades of Deep Lilac #9251B3

Tints of Deep Lilac #9251B3

Color information

#9251B3 (or 0x9251B3) is unknown color: approx Deep Lilac. HEX triplet: 92, 51 and B3. RGB value is (146,81,179). Sum of RGB (Red+Green+Blue) = 146+81+179=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 179 - color contains mainly: blue. Hex color #9251B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9251B3 is #6DAE4C. Grayscale: #6F6F6F. Windows color (decimal): -7188045 or 11751826. OLE color: 11751826.

HSL color Cylindrical-coordinate representation of color #9251B3: hue angle of 279.8º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9251B3 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14681179-
CMYK0.180.5500.30
HSL279.8º39.2%50.98%-
HSV(B)279.8º54.75%70.2%-
XYZ22.9315.2544.38-
YUV111.61166.03152.53-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.96%
GREEN value IS 81 (32.03% from 255) = 19.95%
BLUE value IS 179 (70.31% from 255) = 44.09%
R=35.96%
G=19.95%
B=44.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal146811790.180.5500.30279.839.250.98
Hex9251B3123701E1182733
Octal22212126322670364304763
Binary1001001010100011011001110010110111011110100011000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9251B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9251B3; }

 p { color: rgb(146,81,179); }

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

<style>
 a { background-color: #9251B3; }

 a { background-color: rgb(146,81,179); }

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

<style>
 span { border-color: #9251B3; }

 span { border-color: rgb(146,81,179); }

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