Html Css Color HEX #915EAE Deep Lilac

📋 copy color: '#915EAE'

red 145 ◦ green 94 ◦ blue 174

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

Shades of Deep Lilac #915EAE

Tints of Deep Lilac #915EAE

RGB

 RED value IS 145 (57.03% from 255) = 35.11%

 GREEN value IS 94 (37.11% from 255) = 22.76%

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

R = 35.11%
G = 22.76%
B = 42.13%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#915EAE (or 0x915EAE) is known color: Deep Lilac. HEX triplet: 91, 5E and AE. RGB value is (145,94,174). Sum of RGB (Red+Green+Blue) = 145+94+174=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #915EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915EAE is #6EA151. Grayscale: #767676. Windows color (decimal): -7250258 or 11427473. OLE color: 11427473.

HSL color Cylindrical-coordinate representation of color #915EAE: hue angle of 278.25º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #915EAE is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 145 94 174 -
CMYK 0.17 0.46 0 0.32
HSL 278.25º 0.33% 0.53% -
HSV(B) 278.25º 0.46% 0.68% -
XYZ 23.32 17.08 42.11 -
YUV 118.37 159.4 147 -
System Red Green Blue C M Y K H S L
Decimal 145 94 174 0.17 0.46 0 0.32 278.25 0.33 0.53
Hex 91 5E AE 11 2E 0 20 116 21 35
Octal 221 136 256 21 56 0 40 426 41 65
Binary 10010001 1011110 10101110 10001 101110 0 100000 100010110 100001 110101

Color Harmonies of #915EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915EAE

Black with #915EAE

Text Example


Text Example

White with #915EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915EAE; }

 p { color: rgb(145,94,174); }

 H1.HeaderClassName
 {
   color: #915EAE;
 }
 .AnyTagClassName
 {
   color: #915EAE;
 }
</style>

background-color css

<style>
 a { background-color: #915EAE; }

 a { background-color: rgb(145,94,174); }

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

border-color css

<style>
 span { border-color: #915EAE; }

 span { border-color: rgb(145,94,174); }

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