#953DB1

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

Shades of Deep Lilac #953DB1

Tints of Deep Lilac #953DB1

Color information

#953DB1 (or 0x953DB1) is unknown color: approx Deep Lilac. HEX triplet: 95, 3D and B1. RGB value is (149,61,177). Sum of RGB (Red+Green+Blue) = 149+61+177=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 61 (24.22% from 255 or 15.76% from 387); Blue value is 177 (69.53% from 255 or 45.74% from 387); Max value from RGB is 177 - color contains mainly: blue. Hex color #953DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953DB1 is #6AC24E. Grayscale: #646464. Windows color (decimal): -6996559 or 11615637. OLE color: 11615637.

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

Color convert

RGB14961177-
CMYK0.160.6600.31
HSL285.52º48.74%46.67%-
HSV(B)285.52º65.54%69.41%-
XYZ2212.942.93-
YUV100.54171.15162.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 61 (24.22% from 255) = 15.76%
BLUE value IS 177 (69.53% from 255) = 45.74%
R=38.50%
G=15.76%
B=45.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal149611770.160.6600.31285.5248.7446.67
Hex953DB1104201F11e312f
Octal22575261201020374366157
Binary1001010111110110110001100001000010011111100011110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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