#9463B2

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

Shades of Deep Lilac #9463B2

Tints of Deep Lilac #9463B2

Color information

#9463B2 (or 0x9463B2) is unknown color: approx Deep Lilac. HEX triplet: 94, 63 and B2. RGB value is (148,99,178). Sum of RGB (Red+Green+Blue) = 148+99+178=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 178 - color contains mainly: blue. Hex color #9463B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9463B2 is #6B9C4D. Grayscale: #7A7A7A. Windows color (decimal): -7052366 or 11690900. OLE color: 11690900.

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

Color convert

RGB14899178-
CMYK0.170.4400.30
HSL277.22º33.91%54.31%-
HSV(B)277.22º44.38%69.8%-
XYZ24.7118.4344.38-
YUV122.66159.23146.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 99 (39.06% from 255) = 23.29%
BLUE value IS 178 (69.92% from 255) = 41.88%
R=34.82%
G=23.29%
B=41.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal148991780.170.4400.30277.2233.9154.31
Hex9463B2112C01E1152236
Octal22414326221540364254266
Binary1001010011000111011001010001101100011110100010101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9463B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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