Html Css Color HEX #915AAC Deep Lilac

📋 copy color: '#915AAC'

red 145 ◦ green 90 ◦ blue 172

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

Shades of Deep Lilac #915AAC

Tints of Deep Lilac #915AAC

RGB

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

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

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

R = 35.63%
G = 22.11%
B = 42.26%

CMYK

 C value IS 0.16

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#915AAC (or 0x915AAC) is known color: Deep Lilac. HEX triplet: 91, 5A and AC. RGB value is (145,90,172). Sum of RGB (Red+Green+Blue) = 145+90+172=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #915AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915AAC is #6EA553. Grayscale: #737373. Windows color (decimal): -7251284 or 11295377. OLE color: 11295377.

HSL color Cylindrical-coordinate representation of color #915AAC: hue angle of 280.24º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #915AAC is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 90 172 -
CMYK 0.16 0.48 0 0.33
HSL 280.24º 0.33% 0.51% -
HSV(B) 280.24º 0.48% 0.67% -
XYZ 22.78 16.31 40.98 -
YUV 115.79 159.72 148.83 -
System Red Green Blue C M Y K H S L
Decimal 145 90 172 0.16 0.48 0 0.33 280.24 0.33 0.51
Hex 91 5A AC 10 30 0 21 118 21 33
Octal 221 132 254 20 60 0 41 430 41 63
Binary 10010001 1011010 10101100 10000 110000 0 100001 100011000 100001 110011

Color Harmonies of #915AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915AAC

Black with #915AAC

Text Example


Text Example

White with #915AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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