#9462BB

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

Shades of Deep Lilac #9462BB

Tints of Deep Lilac #9462BB

Color information

#9462BB (or 0x9462BB) is unknown color: approx Deep Lilac. HEX triplet: 94, 62 and BB. RGB value is (148,98,187). Sum of RGB (Red+Green+Blue) = 148+98+187=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #9462BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9462BB is #6B9D44. Grayscale: #7A7A7A. Windows color (decimal): -7052613 or 12280468. OLE color: 12280468.

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

Color convert

RGB14898187-
CMYK0.210.4800.27
HSL273.71º39.56%55.88%-
HSV(B)273.71º47.59%73.33%-
XYZ25.5518.6249.26-
YUV123.1164.06145.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.18%
GREEN value IS 98 (38.67% from 255) = 22.63%
BLUE value IS 187 (73.44% from 255) = 43.19%
R=34.18%
G=22.63%
B=43.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148981870.210.4800.27273.7139.5655.88
Hex9462BB153001B1122838
Octal22414227325600334225070
Binary1001010011000101011101110101110000011011100010010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9462BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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