#953BB1

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

Shades of Deep Lilac #953BB1

Tints of Deep Lilac #953BB1

Color information

#953BB1 (or 0x953BB1) is unknown color: approx Deep Lilac. HEX triplet: 95, 3B and B1. RGB value is (149,59,177). Sum of RGB (Red+Green+Blue) = 149+59+177=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 59 (23.44% from 255 or 15.32% from 385); Blue value is 177 (69.53% from 255 or 45.97% from 385); Max value from RGB is 177 - color contains mainly: blue. Hex color #953BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953BB1 is #6AC44E. Grayscale: #626262. Windows color (decimal): -6997071 or 11615125. OLE color: 11615125.

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

Color convert

RGB14959177-
CMYK0.160.6700.31
HSL285.76º50%46.27%-
HSV(B)285.76º66.67%69.41%-
XYZ21.8912.6942.89-
YUV99.36171.82163.41-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.70%
GREEN value IS 59 (23.44% from 255) = 15.32%
BLUE value IS 177 (69.53% from 255) = 45.97%
R=38.70%
G=15.32%
B=45.97%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149591770.160.6700.31285.765046.27
Hex953BB1104301F11e322e
Octal22573261201030374366256
Binary1001010111101110110001100001000011011111100011110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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