#9455B8

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

Shades of Deep Lilac #9455B8

Tints of Deep Lilac #9455B8

Color information

#9455B8 (or 0x9455B8) is unknown color: approx Deep Lilac. HEX triplet: 94, 55 and B8. RGB value is (148,85,184). Sum of RGB (Red+Green+Blue) = 148+85+184=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 184 (72.27% from 255 or 44.12% from 417); Max value from RGB is 184 - color contains mainly: blue. Hex color #9455B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9455B8 is #6BAA47. Grayscale: #727272. Windows color (decimal): -7055944 or 12080532. OLE color: 12080532.

HSL color Cylindrical-coordinate representation of color #9455B8: hue angle of 278.18º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9455B8 is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB14885184-
CMYK0.200.5400.28
HSL278.18º41.08%52.75%-
HSV(B)278.18º53.8%72.16%-
XYZ24.1116.2547.21-
YUV115.12166.87151.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 85 (33.59% from 255) = 20.38%
BLUE value IS 184 (72.27% from 255) = 44.12%
R=35.49%
G=20.38%
B=44.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal148851840.200.5400.28278.1841.0852.75
Hex9455B8143601C1162935
Octal22412527024660344265165
Binary1001010010101011011100010100110110011100100010110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9455B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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