#9455BC

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

Shades of Deep Lilac #9455BC

Tints of Deep Lilac #9455BC

Color information

#9455BC (or 0x9455BC) is unknown color: approx Deep Lilac. HEX triplet: 94, 55 and BC. RGB value is (148,85,188). Sum of RGB (Red+Green+Blue) = 148+85+188=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #9455BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9455BC is #6BAA43. Grayscale: #737373. Windows color (decimal): -7055940 or 12342676. OLE color: 12342676.

HSL color Cylindrical-coordinate representation of color #9455BC: hue angle of 276.7º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9455BC is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB14885188-
CMYK0.210.5500.26
HSL276.7º43.46%53.53%-
HSV(B)276.7º54.79%73.73%-
XYZ24.5416.4249.45-
YUV115.58168.87151.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.15%
GREEN value IS 85 (33.59% from 255) = 20.19%
BLUE value IS 188 (73.83% from 255) = 44.66%
R=35.15%
G=20.19%
B=44.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148851880.210.5500.26276.743.4653.53
Hex9455BC153701A1152b36
Octal22412527425670324255366
Binary1001010010101011011110010101110111011010100010101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9455BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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