#955CBC

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

Shades of Deep Lilac #955CBC

Tints of Deep Lilac #955CBC

Color information

#955CBC (or 0x955CBC) is unknown color: approx Deep Lilac. HEX triplet: 95, 5C and BC. RGB value is (149,92,188). Sum of RGB (Red+Green+Blue) = 149+92+188=429 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.73% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 188 - color contains mainly: blue. Hex color #955CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955CBC is #6AA343. Grayscale: #777777. Windows color (decimal): -6988612 or 12344469. OLE color: 12344469.

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

Color convert

RGB14992188-
CMYK0.210.5100.26
HSL275.62º41.74%54.9%-
HSV(B)275.62º51.06%73.73%-
XYZ25.317.6749.66-
YUV119.99166.38148.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.73%
GREEN value IS 92 (36.33% from 255) = 21.45%
BLUE value IS 188 (73.83% from 255) = 43.82%
R=34.73%
G=21.45%
B=43.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal149921880.210.5100.26275.6241.7454.9
Hex955CBC153301A1142a37
Octal22513427425630324245267
Binary1001010110111001011110010101110011011010100010100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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