Html Css Color HEX #914FAD Deep Lilac

📋 copy color: '#914FAD'

red 145 ◦ green 79 ◦ blue 173

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

Shades of Deep Lilac #914FAD

Tints of Deep Lilac #914FAD

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.9%

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

R = 36.52%
G = 19.9%
B = 43.58%

CMYK

 C value IS 0.16

 M value IS 0.54

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#914FAD (or 0x914FAD) is known color: Deep Lilac. HEX triplet: 91, 4F and AD. RGB value is (145,79,173). Sum of RGB (Red+Green+Blue) = 145+79+173=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 79 (31.25% from 255 or 19.90% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #914FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #914FAD is #6EB052. Grayscale: #6D6D6D. Windows color (decimal): -7254099 or 11358097. OLE color: 11358097.

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

Color convert

RGB 145 79 173 -
CMYK 0.16 0.54 0 0.32
HSL 282.13º 0.37% 0.49% -
HSV(B) 282.13º 0.54% 0.68% -
XYZ 22.02 14.63 41.2 -
YUV 109.45 163.87 153.36 -
System Red Green Blue C M Y K H S L
Decimal 145 79 173 0.16 0.54 0 0.32 282.13 0.37 0.49
Hex 91 4F AD 10 36 0 20 11A 25 31
Octal 221 117 255 20 66 0 40 432 45 61
Binary 10010001 1001111 10101101 10000 110110 0 100000 100011010 100101 110001

Color Harmonies of #914FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914FAD

Black with #914FAD

Text Example


Text Example

White with #914FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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