#9255BB

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

Shades of Deep Lilac #9255BB

Tints of Deep Lilac #9255BB

Color information

#9255BB (or 0x9255BB) is unknown color: approx Deep Lilac. HEX triplet: 92, 55 and BB. RGB value is (146,85,187). Sum of RGB (Red+Green+Blue) = 146+85+187=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #9255BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9255BB is #6DAA44. Grayscale: #727272. Windows color (decimal): -7187013 or 12277138. OLE color: 12277138.

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

Color convert

RGB14685187-
CMYK0.220.5500.27
HSL275.88º42.86%53.33%-
HSV(B)275.88º54.55%73.33%-
XYZ24.0716.248.87-
YUV114.87168.71150.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 85 (33.59% from 255) = 20.33%
BLUE value IS 187 (73.44% from 255) = 44.74%
R=34.93%
G=20.33%
B=44.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146851870.220.5500.27275.8842.8653.33
Hex9255BB163701B1142b35
Octal22212527326670334245365
Binary1001001010101011011101110110110111011011100010100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9255BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9255BB; }

 p { color: rgb(146,85,187); }

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

<style>
 a { background-color: #9255BB; }

 a { background-color: rgb(146,85,187); }

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

<style>
 span { border-color: #9255BB; }

 span { border-color: rgb(146,85,187); }

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