Html Css Color HEX #953EAF Deep Lilac

📋 copy color: '#953EAF'

red 149 ◦ green 62 ◦ blue 175

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

Shades of Deep Lilac #953EAF

Tints of Deep Lilac #953EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.34%

R = 38.6%
G = 16.06%
B = 45.34%

CMYK

 C value IS 0.15

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#953EAF (or 0x953EAF) is known color: Deep Lilac. HEX triplet: 95, 3E and AF. RGB value is (149,62,175). Sum of RGB (Red+Green+Blue) = 149+62+175=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 62 (24.61% from 255 or 16.06% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #953EAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953EAF is #6AC150. Grayscale: #646464. Windows color (decimal): -6996305 or 11484821. OLE color: 11484821.

HSL color Cylindrical-coordinate representation of color #953EAF: hue angle of 286.19º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #953EAF is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 62 175 -
CMYK 0.15 0.65 0 0.31
HSL 286.19º 0.48% 0.46% -
HSV(B) 286.19º 0.65% 0.69% -
XYZ 21.85 12.93 41.9 -
YUV 100.9 169.82 162.31 -
System Red Green Blue C M Y K H S L
Decimal 149 62 175 0.15 0.65 0 0.31 286.19 0.48 0.46
Hex 95 3E AF F 41 0 1F 11E 30 2E
Octal 225 76 257 17 101 0 37 436 60 56
Binary 10010101 111110 10101111 1111 1000001 0 11111 100011110 110000 101110

Color Harmonies of #953EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953EAF

Black with #953EAF

Text Example


Text Example

White with #953EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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