#955fbc

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

Shades of Deep Lilac #955FBC

Tints of Deep Lilac #955FBC

Color information

#955FBC (or 0x955FBC) is unknown color: approx Deep Lilac. HEX triplet: 95, 5F and BC. RGB value is (149,95,188). Sum of RGB (Red+Green+Blue) = 149+95+188=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #955FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FBC is #6AA043. Grayscale: #797979. Windows color (decimal): -6987844 or 12345237. OLE color: 12345237.

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

Color convert

RGB14995188-
CMYK0.210.4900.26
HSL274.84º40.97%55.49%-
HSV(B)274.84º49.47%73.73%-
XYZ25.5618.249.74-
YUV121.75165.39147.44-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.49%
GREEN value IS 95 (37.5% from 255) = 21.99%
BLUE value IS 188 (73.83% from 255) = 43.52%
R=34.49%
G=21.99%
B=43.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149951880.210.4900.26274.8440.9755.49
Hex955FBC153101A1132937
Octal22513727425610324235167
Binary1001010110111111011110010101110001011010100010011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955fbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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