Html Css Color HEX #953FAC Deep Lilac

📋 copy color: '#953FAC'

red 149 ◦ green 63 ◦ blue 172

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

Shades of Deep Lilac #953FAC

Tints of Deep Lilac #953FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.79%

R = 38.8%
G = 16.41%
B = 44.79%

CMYK

 C value IS 0.13

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#953FAC (or 0x953FAC) is known color: Deep Lilac. HEX triplet: 95, 3F and AC. RGB value is (149,63,172). Sum of RGB (Red+Green+Blue) = 149+63+172=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: blue. Hex color #953FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953FAC is #6AC053. Grayscale: #646464. Windows color (decimal): -6996052 or 11288469. OLE color: 11288469.

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

Color convert

RGB 149 63 172 -
CMYK 0.13 0.63 0 0.33
HSL 287.34º 0.46% 0.46% -
HSV(B) 287.34º 0.63% 0.67% -
XYZ 21.62 12.92 40.38 -
YUV 101.14 167.99 162.14 -
System Red Green Blue C M Y K H S L
Decimal 149 63 172 0.13 0.63 0 0.33 287.34 0.46 0.46
Hex 95 3F AC D 3F 0 21 11F 2E 2E
Octal 225 77 254 15 77 0 41 437 56 56
Binary 10010101 111111 10101100 1101 111111 0 100001 100011111 101110 101110

Color Harmonies of #953FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953FAC

Black with #953FAC

Text Example


Text Example

White with #953FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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