#9155BB

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

Shades of Deep Lilac #9155BB

Tints of Deep Lilac #9155BB

Color information

#9155BB (or 0x9155BB) is unknown color: approx Deep Lilac. HEX triplet: 91, 55 and BB. RGB value is (145,85,187). Sum of RGB (Red+Green+Blue) = 145+85+187=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #9155BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9155BB is #6EAA44. Grayscale: #727272. Windows color (decimal): -7252549 or 12277137. OLE color: 12277137.

HSL color Cylindrical-coordinate representation of color #9155BB: hue angle of 275.29º 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 #9155BB is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB14585187-
CMYK0.220.5500.27
HSL275.29º42.86%53.33%-
HSV(B)275.29º54.55%73.33%-
XYZ23.916.148.86-
YUV114.57168.88149.71-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.77%
GREEN value IS 85 (33.59% from 255) = 20.38%
BLUE value IS 187 (73.44% from 255) = 44.84%
R=34.77%
G=20.38%
B=44.84%

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
Decimal145851870.220.5500.27275.2942.8653.33
Hex9155BB163701B1132b35
Octal22112527326670334235365
Binary1001000110101011011101110110110111011011100010011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9155BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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