#9460B2

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

Shades of Deep Lilac #9460B2

Tints of Deep Lilac #9460B2

Color information

#9460B2 (or 0x9460B2) is unknown color: approx Deep Lilac. HEX triplet: 94, 60 and B2. RGB value is (148,96,178). Sum of RGB (Red+Green+Blue) = 148+96+178=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 96 (37.89% from 255 or 22.75% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 178 - color contains mainly: blue. Hex color #9460B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9460B2 is #6B9F4D. Grayscale: #787878. Windows color (decimal): -7053134 or 11690132. OLE color: 11690132.

HSL color Cylindrical-coordinate representation of color #9460B2: hue angle of 278.05º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9460B2 is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB14896178-
CMYK0.170.4600.30
HSL278.05º34.75%53.73%-
HSV(B)278.05º46.07%69.8%-
XYZ24.4317.8844.28-
YUV120.9160.23147.33-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 96 (37.89% from 255) = 22.75%
BLUE value IS 178 (69.92% from 255) = 42.18%
R=35.07%
G=22.75%
B=42.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal148961780.170.4600.30278.0534.7553.73
Hex9460B2112E01E1162336
Octal22414026221560364264366
Binary1001010011000001011001010001101110011110100010110100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9460B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9460B2; }

 p { color: rgb(148,96,178); }

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

<style>
 a { background-color: #9460B2; }

 a { background-color: rgb(148,96,178); }

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

<style>
 span { border-color: #9460B2; }

 span { border-color: rgb(148,96,178); }

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