Html Css Color HEX #953AAE Deep Lilac

📋 copy color: '#953AAE'

red 149 ◦ green 58 ◦ blue 174

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

Shades of Deep Lilac #953AAE

Tints of Deep Lilac #953AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.67%

R = 39.11%
G = 15.22%
B = 45.67%

CMYK

 C value IS 0.14

 M value IS 0.67

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#953AAE (or 0x953AAE) is known color: Deep Lilac. HEX triplet: 95, 3A and AE. RGB value is (149,58,174). Sum of RGB (Red+Green+Blue) = 149+58+174=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 58 (23.05% from 255 or 15.22% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #953AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #953AAE is #6AC551. Grayscale: #626262. Windows color (decimal): -6997330 or 11418261. OLE color: 11418261.

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

Color convert

RGB 149 58 174 -
CMYK 0.14 0.67 0 0.32
HSL 287.07º 0.5% 0.45% -
HSV(B) 287.07º 0.67% 0.68% -
XYZ 21.55 12.47 41.32 -
YUV 98.43 170.65 164.07 -
System Red Green Blue C M Y K H S L
Decimal 149 58 174 0.14 0.67 0 0.32 287.07 0.5 0.45
Hex 95 3A AE E 43 0 20 11F 32 2D
Octal 225 72 256 16 103 0 40 437 62 55
Binary 10010101 111010 10101110 1110 1000011 0 100000 100011111 110010 101101

Color Harmonies of #953AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953AAE

Black with #953AAE

Text Example


Text Example

White with #953AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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