Html Css Color HEX #915AAE Deep Lilac

📋 copy color: '#915AAE'

red 145 ◦ green 90 ◦ blue 174

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

Shades of Deep Lilac #915AAE

Tints of Deep Lilac #915AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22%

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

R = 35.45%
G = 22%
B = 42.54%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#915AAE (or 0x915AAE) is known color: Deep Lilac. HEX triplet: 91, 5A and AE. RGB value is (145,90,174). Sum of RGB (Red+Green+Blue) = 145+90+174=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 174 (68.36% from 255 or 42.54% from 409); Max value from RGB is 174 - color contains mainly: blue. Hex color #915AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915AAE is #6EA551. Grayscale: #737373. Windows color (decimal): -7251282 or 11426449. OLE color: 11426449.

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

Color convert

RGB 145 90 174 -
CMYK 0.17 0.48 0 0.32
HSL 279.29º 0.34% 0.52% -
HSV(B) 279.29º 0.48% 0.68% -
XYZ 22.97 16.39 42 -
YUV 116.02 160.72 148.67 -
System Red Green Blue C M Y K H S L
Decimal 145 90 174 0.17 0.48 0 0.32 279.29 0.34 0.52
Hex 91 5A AE 11 30 0 20 117 22 34
Octal 221 132 256 21 60 0 40 427 42 64
Binary 10010001 1011010 10101110 10001 110000 0 100000 100010111 100010 110100

Color Harmonies of #915AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915AAE

Black with #915AAE

Text Example


Text Example

White with #915AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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