Html Css Color HEX #914CAA Deep Lilac

📋 copy color: '#914CAA'

red 145 ◦ green 76 ◦ blue 170

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

Shades of Deep Lilac #914CAA

Tints of Deep Lilac #914CAA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.44%

 BLUE value IS 170 (66.8% from 255) = 43.48%

R = 37.08%
G = 19.44%
B = 43.48%

CMYK

 C value IS 0.15

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#914CAA (or 0x914CAA) is known color: Deep Lilac. HEX triplet: 91, 4C and AA. RGB value is (145,76,170). Sum of RGB (Red+Green+Blue) = 145+76+170=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 76 (30.08% from 255 or 19.44% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #914CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914CAA is #6EB355. Grayscale: #6B6B6B. Windows color (decimal): -7254870 or 11160721. OLE color: 11160721.

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

Color convert

RGB 145 76 170 -
CMYK 0.15 0.55 0 0.33
HSL 284.04º 0.38% 0.48% -
HSV(B) 284.04º 0.55% 0.67% -
XYZ 21.52 14.09 39.62 -
YUV 107.35 163.36 154.86 -
System Red Green Blue C M Y K H S L
Decimal 145 76 170 0.15 0.55 0 0.33 284.04 0.38 0.48
Hex 91 4C AA F 37 0 21 11C 26 30
Octal 221 114 252 17 67 0 41 434 46 60
Binary 10010001 1001100 10101010 1111 110111 0 100001 100011100 100110 110000

Color Harmonies of #914CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914CAA

Black with #914CAA

Text Example


Text Example

White with #914CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,76,170); }

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

background-color css

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

 a { background-color: rgb(145,76,170); }

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

border-color css

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

 span { border-color: rgb(145,76,170); }

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