Html Css Color HEX #915DAA Deep Lilac

📋 copy color: '#915DAA'

red 145 ◦ green 93 ◦ blue 170

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

Shades of Deep Lilac #915DAA

Tints of Deep Lilac #915DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 41.67%

R = 35.54%
G = 22.79%
B = 41.67%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#915DAA (or 0x915DAA) is known color: Deep Lilac. HEX triplet: 91, 5D and AA. RGB value is (145,93,170). Sum of RGB (Red+Green+Blue) = 145+93+170=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #915DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915DAA is #6EA255. Grayscale: #757575. Windows color (decimal): -7250518 or 11165073. OLE color: 11165073.

HSL color Cylindrical-coordinate representation of color #915DAA: hue angle of 280.52º degrees, saturation: 0.31, 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 #915DAA is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 145 93 170 -
CMYK 0.15 0.45 0 0.33
HSL 280.52º 0.31% 0.52% -
HSV(B) 280.52º 0.45% 0.67% -
XYZ 22.85 16.75 40.06 -
YUV 117.33 157.73 147.74 -
System Red Green Blue C M Y K H S L
Decimal 145 93 170 0.15 0.45 0 0.33 280.52 0.31 0.52
Hex 91 5D AA F 2D 0 21 119 1F 34
Octal 221 135 252 17 55 0 41 431 37 64
Binary 10010001 1011101 10101010 1111 101101 0 100001 100011001 11111 110100

Color Harmonies of #915DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915DAA

Black with #915DAA

Text Example


Text Example

White with #915DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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