#9455B4

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

Shades of Deep Lilac #9455B4

Tints of Deep Lilac #9455B4

Color information

#9455B4 (or 0x9455B4) is unknown color: approx Deep Lilac. HEX triplet: 94, 55 and B4. RGB value is (148,85,180). Sum of RGB (Red+Green+Blue) = 148+85+180=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 180 (70.70% from 255 or 43.58% from 413); Max value from RGB is 180 - color contains mainly: blue. Hex color #9455B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9455B4 is #6BAA4B. Grayscale: #727272. Windows color (decimal): -7055948 or 11818388. OLE color: 11818388.

HSL color Cylindrical-coordinate representation of color #9455B4: hue angle of 279.79º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9455B4 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14885180-
CMYK0.180.5300.29
HSL279.79º38.78%51.96%-
HSV(B)279.79º52.78%70.59%-
XYZ23.716.0945.04-
YUV114.67164.87151.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.84%
GREEN value IS 85 (33.59% from 255) = 20.58%
BLUE value IS 180 (70.70% from 255) = 43.58%
R=35.84%
G=20.58%
B=43.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148851800.180.5300.29279.7938.7851.96
Hex9455B4123501D1182734
Octal22412526422650354304764
Binary1001010010101011011010010010110101011101100011000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9455B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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