#955CBF

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

Shades of Deep Lilac #955CBF

Tints of Deep Lilac #955CBF

Color information

#955CBF (or 0x955CBF) is unknown color: approx Deep Lilac. HEX triplet: 95, 5C and BF. RGB value is (149,92,191). Sum of RGB (Red+Green+Blue) = 149+92+191=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 92 (36.33% from 255 or 21.30% from 432); Blue value is 191 (75% from 255 or 44.21% from 432); Max value from RGB is 191 - color contains mainly: blue. Hex color #955CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955CBF is #6AA340. Grayscale: #777777. Windows color (decimal): -6988609 or 12541077. OLE color: 12541077.

HSL color Cylindrical-coordinate representation of color #955CBF: hue angle of 274.55º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #955CBF is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14992191-
CMYK0.220.5200.25
HSL274.55º43.61%55.49%-
HSV(B)274.55º51.83%74.9%-
XYZ25.6317.8151.38-
YUV120.33167.88148.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.49%
GREEN value IS 92 (36.33% from 255) = 21.30%
BLUE value IS 191 (75% from 255) = 44.21%
R=34.49%
G=21.30%
B=44.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149921910.220.5200.25274.5543.6155.49
Hex955CBF16340191132c37
Octal22513427726640314235467
Binary1001010110111001011111110110110100011001100010011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,92,191); }

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

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

 a { background-color: rgb(149,92,191); }

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

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

 span { border-color: rgb(149,92,191); }

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