Html Css Color HEX #915FAD Deep Lilac

📋 copy color: '#915FAD'

red 145 ◦ green 95 ◦ blue 173

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

Shades of Deep Lilac #915FAD

Tints of Deep Lilac #915FAD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23%

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

R = 35.11%
G = 23%
B = 41.89%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#915FAD (or 0x915FAD) is known color: Deep Lilac. HEX triplet: 91, 5F and AD. RGB value is (145,95,173). Sum of RGB (Red+Green+Blue) = 145+95+173=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 173 - color contains mainly: blue. Hex color #915FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915FAD is #6EA052. Grayscale: #767676. Windows color (decimal): -7250003 or 11362193. OLE color: 11362193.

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

Color convert

RGB 145 95 173 -
CMYK 0.16 0.45 0 0.32
HSL 278.46º 0.32% 0.53% -
HSV(B) 278.46º 0.45% 0.68% -
XYZ 23.31 17.22 41.63 -
YUV 118.84 158.57 146.66 -
System Red Green Blue C M Y K H S L
Decimal 145 95 173 0.16 0.45 0 0.32 278.46 0.32 0.53
Hex 91 5F AD 10 2D 0 20 116 20 35
Octal 221 137 255 20 55 0 40 426 40 65
Binary 10010001 1011111 10101101 10000 101101 0 100000 100010110 100000 110101

Color Harmonies of #915FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915FAD

Black with #915FAD

Text Example


Text Example

White with #915FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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