Html Css Color HEX #915DAC Deep Lilac

📋 copy color: '#915DAC'

red 145 ◦ green 93 ◦ blue 172

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

Shades of Deep Lilac #915DAC

Tints of Deep Lilac #915DAC

RGB

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

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

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

R = 35.37%
G = 22.68%
B = 41.95%

CMYK

 C value IS 0.16

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#915DAC (or 0x915DAC) is known color: Deep Lilac. HEX triplet: 91, 5D and AC. RGB value is (145,93,172). Sum of RGB (Red+Green+Blue) = 145+93+172=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #915DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #915DAC is #6EA253. Grayscale: #757575. Windows color (decimal): -7250516 or 11296145. OLE color: 11296145.

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

Color convert

RGB 145 93 172 -
CMYK 0.16 0.46 0 0.33
HSL 279.49º 0.32% 0.52% -
HSV(B) 279.49º 0.46% 0.67% -
XYZ 23.04 16.83 41.06 -
YUV 117.55 158.73 147.58 -
System Red Green Blue C M Y K H S L
Decimal 145 93 172 0.16 0.46 0 0.33 279.49 0.32 0.52
Hex 91 5D AC 10 2E 0 21 117 20 34
Octal 221 135 254 20 56 0 41 427 40 64
Binary 10010001 1011101 10101100 10000 101110 0 100001 100010111 100000 110100

Color Harmonies of #915DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915DAC

Black with #915DAC

Text Example


Text Example

White with #915DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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