#9260BB

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

Shades of Deep Lilac #9260BB

Tints of Deep Lilac #9260BB

Color information

#9260BB (or 0x9260BB) is unknown color: approx Deep Lilac. HEX triplet: 92, 60 and BB. RGB value is (146,96,187). Sum of RGB (Red+Green+Blue) = 146+96+187=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #9260BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9260BB is #6D9F44. Grayscale: #797979. Windows color (decimal): -7184197 or 12279954. OLE color: 12279954.

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

Color convert

RGB14696187-
CMYK0.220.4900.27
HSL272.97º40.09%55.49%-
HSV(B)272.97º48.66%73.33%-
XYZ25.0118.0649.18-
YUV121.32165.06145.6-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.03%
GREEN value IS 96 (37.89% from 255) = 22.38%
BLUE value IS 187 (73.44% from 255) = 43.59%
R=34.03%
G=22.38%
B=43.59%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146961870.220.4900.27272.9740.0955.49
Hex9260BB163101B1112837
Octal22214027326610334215067
Binary1001001011000001011101110110110001011011100010001101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9260BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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