Html Css Color HEX #953EAB Deep Lilac

📋 copy color: '#953EAB'

red 149 ◦ green 62 ◦ blue 171

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

Shades of Deep Lilac #953EAB

Tints of Deep Lilac #953EAB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.23%

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 39.01%
G = 16.23%
B = 44.76%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#953EAB (or 0x953EAB) is known color: Deep Lilac. HEX triplet: 95, 3E and AB. RGB value is (149,62,171). Sum of RGB (Red+Green+Blue) = 149+62+171=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 62 (24.61% from 255 or 16.23% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #953EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953EAB is #6AC154. Grayscale: #646464. Windows color (decimal): -6996309 or 11222677. OLE color: 11222677.

HSL color Cylindrical-coordinate representation of color #953EAB: hue angle of 287.89º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #953EAB is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 149 62 171 -
CMYK 0.13 0.64 0 0.33
HSL 287.89º 0.47% 0.46% -
HSV(B) 287.89º 0.64% 0.67% -
XYZ 21.47 12.78 39.86 -
YUV 100.44 167.82 162.64 -
System Red Green Blue C M Y K H S L
Decimal 149 62 171 0.13 0.64 0 0.33 287.89 0.47 0.46
Hex 95 3E AB D 40 0 21 120 2F 2E
Octal 225 76 253 15 100 0 41 440 57 56
Binary 10010101 111110 10101011 1101 1000000 0 100001 100100000 101111 101110

Color Harmonies of #953EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953EAB

Black with #953EAB

Text Example


Text Example

White with #953EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,62,171); }

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

background-color css

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

 a { background-color: rgb(149,62,171); }

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

border-color css

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

 span { border-color: rgb(149,62,171); }

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