#955DBC

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

Shades of Deep Lilac #955DBC

Tints of Deep Lilac #955DBC

Color information

#955DBC (or 0x955DBC) is unknown color: approx Deep Lilac. HEX triplet: 95, 5D and BC. RGB value is (149,93,188). Sum of RGB (Red+Green+Blue) = 149+93+188=430 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.65% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #955DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955DBC is #6AA243. Grayscale: #787878. Windows color (decimal): -6988356 or 12344725. OLE color: 12344725.

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

Color convert

RGB14993188-
CMYK0.210.5100.26
HSL275.37º41.48%55.1%-
HSV(B)275.37º50.53%73.73%-
XYZ25.3917.8549.68-
YUV120.57166.05148.28-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.65%
GREEN value IS 93 (36.72% from 255) = 21.63%
BLUE value IS 188 (73.83% from 255) = 43.72%
R=34.65%
G=21.63%
B=43.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149931880.210.5100.26275.3741.4855.1
Hex955DBC153301A1132937
Octal22513527425630324235167
Binary1001010110111011011110010101110011011010100010011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955DBC; }

 p { color: rgb(149,93,188); }

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

<style>
 a { background-color: #955DBC; }

 a { background-color: rgb(149,93,188); }

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

<style>
 span { border-color: #955DBC; }

 span { border-color: rgb(149,93,188); }

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