Html Css Color HEX #914AAD Deep Lilac

📋 copy color: '#914AAD'

red 145 ◦ green 74 ◦ blue 173

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

Shades of Deep Lilac #914AAD

Tints of Deep Lilac #914AAD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.88%

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

R = 36.99%
G = 18.88%
B = 44.13%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#914AAD (or 0x914AAD) is known color: Deep Lilac. HEX triplet: 91, 4A and AD. RGB value is (145,74,173). Sum of RGB (Red+Green+Blue) = 145+74+173=392 (51% of max value = 765). Red value is 145 (57.03% from 255 or 36.99% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #914AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914AAD is #6EB552. Grayscale: #6A6A6A. Windows color (decimal): -7255379 or 11356817. OLE color: 11356817.

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

Color convert

RGB 145 74 173 -
CMYK 0.16 0.57 0 0.32
HSL 283.03º 0.4% 0.48% -
HSV(B) 283.03º 0.57% 0.68% -
XYZ 21.67 13.93 41.08 -
YUV 106.52 165.52 155.45 -
System Red Green Blue C M Y K H S L
Decimal 145 74 173 0.16 0.57 0 0.32 283.03 0.4 0.48
Hex 91 4A AD 10 39 0 20 11B 28 30
Octal 221 112 255 20 71 0 40 433 50 60
Binary 10010001 1001010 10101101 10000 111001 0 100000 100011011 101000 110000

Color Harmonies of #914AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914AAD

Black with #914AAD

Text Example


Text Example

White with #914AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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