Html Css Color HEX #953DB2 Deep Lilac

📋 copy color: '#953DB2'

red 149 ◦ green 61 ◦ blue 178

#953DB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #953DB2

Tints of Deep Lilac #953DB2

RGB

 RED value IS 149 (58.59% from 255) = 38.4%

 GREEN value IS 61 (24.22% from 255) = 15.72%

 BLUE value IS 178 (69.92% from 255) = 45.88%

R = 38.4%
G = 15.72%
B = 45.88%

CMYK

 C value IS 0.16

 M value IS 0.66

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#953DB2 (or 0x953DB2) is known color: Deep Lilac. HEX triplet: 95, 3D and B2. RGB value is (149,61,178). Sum of RGB (Red+Green+Blue) = 149+61+178=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 61 (24.22% from 255 or 15.72% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 178 - color contains mainly: blue. Hex color #953DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953DB2 is #6AC24D. Grayscale: #646464. Windows color (decimal): -6996558 or 11681173. OLE color: 11681173.

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

Color convert

RGB 149 61 178 -
CMYK 0.16 0.66 0 0.30
HSL 285.13º 0.49% 0.47% -
HSV(B) 285.13º 0.66% 0.7% -
XYZ 22.1 12.94 43.45 -
YUV 100.65 171.65 162.49 -
System Red Green Blue C M Y K H S L
Decimal 149 61 178 0.16 0.66 0 0.30 285.13 0.49 0.47
Hex 95 3D B2 10 42 0 1E 11D 31 2F
Octal 225 75 262 20 102 0 36 435 61 57
Binary 10010101 111101 10110010 10000 1000010 0 11110 100011101 110001 101111

Color Harmonies of #953DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953DB2

Black with #953DB2

Text Example


Text Example

White with #953DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #953DB2;
 }
 .AnyTagClassName
 {
   color: #953DB2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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