#9456C0

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

Shades of Deep Lilac #9456C0

Tints of Deep Lilac #9456C0

Color information

#9456C0 (or 0x9456C0) is unknown color: approx Deep Lilac. HEX triplet: 94, 56 and C0. RGB value is (148,86,192). Sum of RGB (Red+Green+Blue) = 148+86+192=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #9456C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9456C0 is #6BA93F. Grayscale: #747474. Windows color (decimal): -7055680 or 12605076. OLE color: 12605076.

HSL color Cylindrical-coordinate representation of color #9456C0: hue angle of 275.09º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9456C0 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14886192-
CMYK0.230.5500.25
HSL275.09º45.69%54.51%-
HSV(B)275.09º55.21%75.29%-
XYZ25.0516.7651.78-
YUV116.62170.54150.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.74%
GREEN value IS 86 (33.98% from 255) = 20.19%
BLUE value IS 192 (75.39% from 255) = 45.07%
R=34.74%
G=20.19%
B=45.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148861920.230.5500.25275.0945.6954.51
Hex9456C017370191132e37
Octal22412630027670314235667
Binary1001010010101101100000010111110111011001100010011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9456C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9456C0; }

 p { color: rgb(148,86,192); }

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

<style>
 a { background-color: #9456C0; }

 a { background-color: rgb(148,86,192); }

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

<style>
 span { border-color: #9456C0; }

 span { border-color: rgb(148,86,192); }

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