Html Css Color HEX #953FAD Deep Lilac

📋 copy color: '#953FAD'

red 149 ◦ green 63 ◦ blue 173

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

Shades of Deep Lilac #953FAD

Tints of Deep Lilac #953FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 16.36%

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

R = 38.7%
G = 16.36%
B = 44.94%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#953FAD (or 0x953FAD) is known color: Deep Lilac. HEX triplet: 95, 3F and AD. RGB value is (149,63,173). Sum of RGB (Red+Green+Blue) = 149+63+173=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #953FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953FAD is #6AC052. Grayscale: #646464. Windows color (decimal): -6996051 or 11354005. OLE color: 11354005.

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

Color convert

RGB 149 63 173 -
CMYK 0.14 0.64 0 0.32
HSL 286.91º 0.47% 0.46% -
HSV(B) 286.91º 0.64% 0.68% -
XYZ 21.71 12.96 40.89 -
YUV 101.25 168.49 162.06 -
System Red Green Blue C M Y K H S L
Decimal 149 63 173 0.14 0.64 0 0.32 286.91 0.47 0.46
Hex 95 3F AD E 40 0 20 11F 2F 2E
Octal 225 77 255 16 100 0 40 437 57 56
Binary 10010101 111111 10101101 1110 1000000 0 100000 100011111 101111 101110

Color Harmonies of #953FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953FAD

Black with #953FAD

Text Example


Text Example

White with #953FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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