Html Css Color HEX #953EAA Deep Lilac

📋 copy color: '#953EAA'

red 149 ◦ green 62 ◦ blue 170

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

Shades of Deep Lilac #953EAA

Tints of Deep Lilac #953EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.62%

R = 39.11%
G = 16.27%
B = 44.62%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#953EAA (or 0x953EAA) is known color: Deep Lilac. HEX triplet: 95, 3E and AA. RGB value is (149,62,170). Sum of RGB (Red+Green+Blue) = 149+62+170=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 62 (24.61% from 255 or 16.27% from 381); Blue value is 170 (66.80% from 255 or 44.62% from 381); Max value from RGB is 170 - color contains mainly: blue. Hex color #953EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953EAA is #6AC155. Grayscale: #636363. Windows color (decimal): -6996310 or 11157141. OLE color: 11157141.

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

Color convert

RGB 149 62 170 -
CMYK 0.12 0.64 0 0.33
HSL 288.33º 0.47% 0.45% -
HSV(B) 288.33º 0.64% 0.67% -
XYZ 21.37 12.74 39.36 -
YUV 100.33 167.32 162.72 -
System Red Green Blue C M Y K H S L
Decimal 149 62 170 0.12 0.64 0 0.33 288.33 0.47 0.45
Hex 95 3E AA C 40 0 21 120 2F 2D
Octal 225 76 252 14 100 0 41 440 57 55
Binary 10010101 111110 10101010 1100 1000000 0 100001 100100000 101111 101101

Color Harmonies of #953EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953EAA

Black with #953EAA

Text Example


Text Example

White with #953EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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