Html Css Color HEX #915AAD Deep Lilac

📋 copy color: '#915AAD'

red 145 ◦ green 90 ◦ blue 173

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

Shades of Deep Lilac #915AAD

Tints of Deep Lilac #915AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.4%

R = 35.54%
G = 22.06%
B = 42.4%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#915AAD (or 0x915AAD) is known color: Deep Lilac. HEX triplet: 91, 5A and AD. RGB value is (145,90,173). Sum of RGB (Red+Green+Blue) = 145+90+173=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #915AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915AAD is #6EA552. Grayscale: #737373. Windows color (decimal): -7251283 or 11360913. OLE color: 11360913.

HSL color Cylindrical-coordinate representation of color #915AAD: hue angle of 279.76º 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 #915AAD is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 145 90 173 -
CMYK 0.16 0.48 0 0.32
HSL 279.76º 0.34% 0.52% -
HSV(B) 279.76º 0.48% 0.68% -
XYZ 22.88 16.35 41.49 -
YUV 115.91 160.22 148.75 -
System Red Green Blue C M Y K H S L
Decimal 145 90 173 0.16 0.48 0 0.32 279.76 0.34 0.52
Hex 91 5A AD 10 30 0 20 118 22 34
Octal 221 132 255 20 60 0 40 430 42 64
Binary 10010001 1011010 10101101 10000 110000 0 100000 100011000 100010 110100

Color Harmonies of #915AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915AAD

Black with #915AAD

Text Example


Text Example

White with #915AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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