#9262BB

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

Shades of Deep Lilac #9262BB

Tints of Deep Lilac #9262BB

Color information

#9262BB (or 0x9262BB) is unknown color: approx Deep Lilac. HEX triplet: 92, 62 and BB. RGB value is (146,98,187). Sum of RGB (Red+Green+Blue) = 146+98+187=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 98 (38.67% from 255 or 22.74% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #9262BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9262BB is #6D9D44. Grayscale: #7A7A7A. Windows color (decimal): -7183685 or 12280466. OLE color: 12280466.

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

Color convert

RGB14698187-
CMYK0.220.4800.27
HSL272.36º39.56%55.88%-
HSV(B)272.36º47.59%73.33%-
XYZ25.1918.4349.24-
YUV122.5164.4144.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.87%
GREEN value IS 98 (38.67% from 255) = 22.74%
BLUE value IS 187 (73.44% from 255) = 43.39%
R=33.87%
G=22.74%
B=43.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146981870.220.4800.27272.3639.5655.88
Hex9262BB163001B1102838
Octal22214227326600334205070
Binary1001001011000101011101110110110000011011100010000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9262BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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