Html Css Color HEX #915EAC Deep Lilac

📋 copy color: '#915EAC'

red 145 ◦ green 94 ◦ blue 172

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

Shades of Deep Lilac #915EAC

Tints of Deep Lilac #915EAC

RGB

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

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

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

R = 35.28%
G = 22.87%
B = 41.85%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#915EAC (or 0x915EAC) is known color: Deep Lilac. HEX triplet: 91, 5E and AC. RGB value is (145,94,172). Sum of RGB (Red+Green+Blue) = 145+94+172=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #915EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915EAC is #6EA153. Grayscale: #757575. Windows color (decimal): -7250260 or 11296401. OLE color: 11296401.

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

Color convert

RGB 145 94 172 -
CMYK 0.16 0.45 0 0.33
HSL 279.23º 0.32% 0.52% -
HSV(B) 279.23º 0.45% 0.67% -
XYZ 23.13 17 41.09 -
YUV 118.14 158.4 147.16 -
System Red Green Blue C M Y K H S L
Decimal 145 94 172 0.16 0.45 0 0.33 279.23 0.32 0.52
Hex 91 5E AC 10 2D 0 21 117 20 34
Octal 221 136 254 20 55 0 41 427 40 64
Binary 10010001 1011110 10101100 10000 101101 0 100001 100010111 100000 110100

Color Harmonies of #915EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915EAC

Black with #915EAC

Text Example


Text Example

White with #915EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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