Html Css Color HEX #953AAC Deep Lilac

📋 copy color: '#953AAC'

red 149 ◦ green 58 ◦ blue 172

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

Shades of Deep Lilac #953AAC

Tints of Deep Lilac #953AAC

RGB

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

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

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

R = 39.31%
G = 15.3%
B = 45.38%

CMYK

 C value IS 0.13

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#953AAC (or 0x953AAC) is known color: Deep Lilac. HEX triplet: 95, 3A and AC. RGB value is (149,58,172). Sum of RGB (Red+Green+Blue) = 149+58+172=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 58 (23.05% from 255 or 15.30% from 379); Blue value is 172 (67.58% from 255 or 45.38% from 379); Max value from RGB is 172 - color contains mainly: blue. Hex color #953AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953AAC is #6AC553. Grayscale: #616161. Windows color (decimal): -6997332 or 11287189. OLE color: 11287189.

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

Color convert

RGB 149 58 172 -
CMYK 0.13 0.66 0 0.33
HSL 287.89º 0.5% 0.45% -
HSV(B) 287.89º 0.66% 0.67% -
XYZ 21.35 12.39 40.3 -
YUV 98.21 169.65 164.23 -
System Red Green Blue C M Y K H S L
Decimal 149 58 172 0.13 0.66 0 0.33 287.89 0.5 0.45
Hex 95 3A AC D 42 0 21 120 32 2D
Octal 225 72 254 15 102 0 41 440 62 55
Binary 10010101 111010 10101100 1101 1000010 0 100001 100100000 110010 101101

Color Harmonies of #953AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953AAC

Black with #953AAC

Text Example


Text Example

White with #953AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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