#9455C7

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

Shades of Deep Lilac #9455C7

Tints of Deep Lilac #9455C7

Color information

#9455C7 (or 0x9455C7) is unknown color: approx Deep Lilac. HEX triplet: 94, 55 and C7. RGB value is (148,85,199). Sum of RGB (Red+Green+Blue) = 148+85+199=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 85 (33.59% from 255 or 19.68% from 432); Blue value is 199 (78.12% from 255 or 46.06% from 432); Max value from RGB is 199 - color contains mainly: blue. Hex color #9455C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9455C7 is #6BAA38. Grayscale: #747474. Windows color (decimal): -7055929 or 13063572. OLE color: 13063572.

HSL color Cylindrical-coordinate representation of color #9455C7: hue angle of 273.16º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9455C7 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14885199-
CMYK0.260.5700.22
HSL273.16º50.44%55.69%-
HSV(B)273.16º57.29%78.04%-
XYZ25.7716.9255.94-
YUV116.83174.37150.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.26%
GREEN value IS 85 (33.59% from 255) = 19.68%
BLUE value IS 199 (78.12% from 255) = 46.06%
R=34.26%
G=19.68%
B=46.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal148851990.260.5700.22273.1650.4455.69
Hex9455C71A390161113238
Octal22412530732710264216270
Binary1001010010101011100011111010111001010110100010001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9455C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9455C7; }

 p { color: rgb(148,85,199); }

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

<style>
 a { background-color: #9455C7; }

 a { background-color: rgb(148,85,199); }

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

<style>
 span { border-color: #9455C7; }

 span { border-color: rgb(148,85,199); }

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