#955BB1

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

Shades of Deep Lilac #955BB1

Tints of Deep Lilac #955BB1

Color information

#955BB1 (or 0x955BB1) is unknown color: approx Deep Lilac. HEX triplet: 95, 5B and B1. RGB value is (149,91,177). Sum of RGB (Red+Green+Blue) = 149+91+177=417 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.73% from 417); Green value is 91 (35.94% from 255 or 21.82% from 417); Blue value is 177 (69.53% from 255 or 42.45% from 417); Max value from RGB is 177 - color contains mainly: blue. Hex color #955BB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955BB1 is #6AA44E. Grayscale: #757575. Windows color (decimal): -6988879 or 11623317. OLE color: 11623317.

HSL color Cylindrical-coordinate representation of color #955BB1: hue angle of 280.47º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #955BB1 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB14991177-
CMYK0.160.4900.31
HSL280.47º35.54%52.55%-
HSV(B)280.47º48.59%69.41%-
XYZ24.0717.0543.62-
YUV118.15161.22150.01-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.73%
GREEN value IS 91 (35.94% from 255) = 21.82%
BLUE value IS 177 (69.53% from 255) = 42.45%
R=35.73%
G=21.82%
B=42.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149911770.160.4900.31280.4735.5452.55
Hex955BB1103101F1182435
Octal22513326120610374304465
Binary1001010110110111011000110000110001011111100011000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,91,177); }

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

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

 a { background-color: rgb(149,91,177); }

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

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

 span { border-color: rgb(149,91,177); }

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