Html Css Color HEX #953AAD Deep Lilac

📋 copy color: '#953AAD'

red 149 ◦ green 58 ◦ blue 173

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

Shades of Deep Lilac #953AAD

Tints of Deep Lilac #953AAD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.26%

 BLUE value IS 173 (67.97% from 255) = 45.53%

R = 39.21%
G = 15.26%
B = 45.53%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#953AAD (or 0x953AAD) is known color: Deep Lilac. HEX triplet: 95, 3A and AD. RGB value is (149,58,173). Sum of RGB (Red+Green+Blue) = 149+58+173=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 58 (23.05% from 255 or 15.26% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #953AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953AAD is #6AC552. Grayscale: #616161. Windows color (decimal): -6997331 or 11352725. OLE color: 11352725.

HSL color Cylindrical-coordinate representation of color #953AAD: hue angle of 287.48º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #953AAD is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 58 173 -
CMYK 0.14 0.66 0 0.32
HSL 287.48º 0.5% 0.45% -
HSV(B) 287.48º 0.66% 0.68% -
XYZ 21.45 12.43 40.8 -
YUV 98.32 170.15 164.15 -
System Red Green Blue C M Y K H S L
Decimal 149 58 173 0.14 0.66 0 0.32 287.48 0.5 0.45
Hex 95 3A AD E 42 0 20 11F 32 2D
Octal 225 72 255 16 102 0 40 437 62 55
Binary 10010101 111010 10101101 1110 1000010 0 100000 100011111 110010 101101

Color Harmonies of #953AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953AAD

Black with #953AAD

Text Example


Text Example

White with #953AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,58,173); }

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

background-color css

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

 a { background-color: rgb(149,58,173); }

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

border-color css

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

 span { border-color: rgb(149,58,173); }

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