Html Css Color HEX #953EAC Deep Lilac

📋 copy color: '#953EAC'

red 149 ◦ green 62 ◦ blue 172

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

Shades of Deep Lilac #953EAC

Tints of Deep Lilac #953EAC

RGB

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

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

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

R = 38.9%
G = 16.19%
B = 44.91%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#953EAC (or 0x953EAC) is known color: Deep Lilac. HEX triplet: 95, 3E and AC. RGB value is (149,62,172). Sum of RGB (Red+Green+Blue) = 149+62+172=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 62 (24.61% from 255 or 16.19% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #953EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953EAC is #6AC153. Grayscale: #646464. Windows color (decimal): -6996308 or 11288213. OLE color: 11288213.

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

Color convert

RGB 149 62 172 -
CMYK 0.13 0.64 0 0.33
HSL 287.45º 0.47% 0.46% -
HSV(B) 287.45º 0.64% 0.67% -
XYZ 21.56 12.81 40.37 -
YUV 100.55 168.32 162.56 -
System Red Green Blue C M Y K H S L
Decimal 149 62 172 0.13 0.64 0 0.33 287.45 0.47 0.46
Hex 95 3E AC D 40 0 21 11F 2F 2E
Octal 225 76 254 15 100 0 41 437 57 56
Binary 10010101 111110 10101100 1101 1000000 0 100001 100011111 101111 101110

Color Harmonies of #953EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953EAC

Black with #953EAC

Text Example


Text Example

White with #953EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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