#955EBD

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

Shades of Deep Lilac #955EBD

Tints of Deep Lilac #955EBD

Color information

#955EBD (or 0x955EBD) is unknown color: approx Deep Lilac. HEX triplet: 95, 5E and BD. RGB value is (149,94,189). Sum of RGB (Red+Green+Blue) = 149+94+189=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #955EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955EBD is #6AA142. Grayscale: #787878. Windows color (decimal): -6988099 or 12410517. OLE color: 12410517.

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

Color convert

RGB14994189-
CMYK0.210.5000.26
HSL274.74º41.85%55.49%-
HSV(B)274.74º50.26%74.12%-
XYZ25.5818.0750.28-
YUV121.27166.22147.78-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.49%
GREEN value IS 94 (37.11% from 255) = 21.76%
BLUE value IS 189 (74.22% from 255) = 43.75%
R=34.49%
G=21.76%
B=43.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149941890.210.5000.26274.7441.8555.49
Hex955EBD153201A1132a37
Octal22513627525620324235267
Binary1001010110111101011110110101110010011010100010011101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,94,189); }

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

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

 a { background-color: rgb(149,94,189); }

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

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

 span { border-color: rgb(149,94,189); }

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