Html Css Color HEX #915DAE Deep Lilac

📋 copy color: '#915DAE'

red 145 ◦ green 93 ◦ blue 174

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

Shades of Deep Lilac #915DAE

Tints of Deep Lilac #915DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.57%

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

R = 35.19%
G = 22.57%
B = 42.23%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#915DAE (or 0x915DAE) is known color: Deep Lilac. HEX triplet: 91, 5D and AE. RGB value is (145,93,174). Sum of RGB (Red+Green+Blue) = 145+93+174=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #915DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915DAE is #6EA251. Grayscale: #757575. Windows color (decimal): -7250514 or 11427217. OLE color: 11427217.

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

Color convert

RGB 145 93 174 -
CMYK 0.17 0.47 0 0.32
HSL 278.52º 0.33% 0.52% -
HSV(B) 278.52º 0.47% 0.68% -
XYZ 23.23 16.9 42.08 -
YUV 117.78 159.73 147.41 -
System Red Green Blue C M Y K H S L
Decimal 145 93 174 0.17 0.47 0 0.32 278.52 0.33 0.52
Hex 91 5D AE 11 2F 0 20 117 21 34
Octal 221 135 256 21 57 0 40 427 41 64
Binary 10010001 1011101 10101110 10001 101111 0 100000 100010111 100001 110100

Color Harmonies of #915DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915DAE

Black with #915DAE

Text Example


Text Example

White with #915DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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