#955BBC

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

Shades of Deep Lilac #955BBC

Tints of Deep Lilac #955BBC

Color information

#955BBC (or 0x955BBC) is unknown color: approx Deep Lilac. HEX triplet: 95, 5B and BC. RGB value is (149,91,188). Sum of RGB (Red+Green+Blue) = 149+91+188=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #955BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955BBC is #6AA443. Grayscale: #777777. Windows color (decimal): -6988868 or 12344213. OLE color: 12344213.

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

Color convert

RGB14991188-
CMYK0.210.5200.26
HSL275.88º41.99%54.71%-
HSV(B)275.88º51.6%73.73%-
XYZ25.2117.549.63-
YUV119.4166.72149.11-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.81%
GREEN value IS 91 (35.94% from 255) = 21.26%
BLUE value IS 188 (73.83% from 255) = 43.93%
R=34.81%
G=21.26%
B=43.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149911880.210.5200.26275.8841.9954.71
Hex955BBC153401A1142a37
Octal22513327425640324245267
Binary1001010110110111011110010101110100011010100010100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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