Html Css Color HEX #914AAB Deep Lilac

📋 copy color: '#914AAB'

red 145 ◦ green 74 ◦ blue 171

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

Shades of Deep Lilac #914AAB

Tints of Deep Lilac #914AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.85%

R = 37.18%
G = 18.97%
B = 43.85%

CMYK

 C value IS 0.15

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#914AAB (or 0x914AAB) is known color: Deep Lilac. HEX triplet: 91, 4A and AB. RGB value is (145,74,171). Sum of RGB (Red+Green+Blue) = 145+74+171=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 74 (29.30% from 255 or 18.97% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #914AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914AAB is #6EB554. Grayscale: #696969. Windows color (decimal): -7255381 or 11225745. OLE color: 11225745.

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

Color convert

RGB 145 74 171 -
CMYK 0.15 0.57 0 0.33
HSL 283.92º 0.4% 0.48% -
HSV(B) 283.92º 0.57% 0.67% -
XYZ 21.48 13.86 40.07 -
YUV 106.29 164.52 155.61 -
System Red Green Blue C M Y K H S L
Decimal 145 74 171 0.15 0.57 0 0.33 283.92 0.4 0.48
Hex 91 4A AB F 39 0 21 11C 28 30
Octal 221 112 253 17 71 0 41 434 50 60
Binary 10010001 1001010 10101011 1111 111001 0 100001 100011100 101000 110000

Color Harmonies of #914AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914AAB

Black with #914AAB

Text Example


Text Example

White with #914AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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