Html Css Color HEX #914CAD Deep Lilac

📋 copy color: '#914CAD'

red 145 ◦ green 76 ◦ blue 173

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

Shades of Deep Lilac #914CAD

Tints of Deep Lilac #914CAD

RGB

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

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

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

R = 36.8%
G = 19.29%
B = 43.91%

CMYK

 C value IS 0.16

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#914CAD (or 0x914CAD) is known color: Deep Lilac. HEX triplet: 91, 4C and AD. RGB value is (145,76,173). Sum of RGB (Red+Green+Blue) = 145+76+173=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 76 (30.08% from 255 or 19.29% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #914CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914CAD is #6EB352. Grayscale: #6B6B6B. Windows color (decimal): -7254867 or 11357329. OLE color: 11357329.

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

Color convert

RGB 145 76 173 -
CMYK 0.16 0.56 0 0.32
HSL 282.68º 0.39% 0.49% -
HSV(B) 282.68º 0.56% 0.68% -
XYZ 21.8 14.21 41.13 -
YUV 107.69 164.86 154.61 -
System Red Green Blue C M Y K H S L
Decimal 145 76 173 0.16 0.56 0 0.32 282.68 0.39 0.49
Hex 91 4C AD 10 38 0 20 11B 27 31
Octal 221 114 255 20 70 0 40 433 47 61
Binary 10010001 1001100 10101101 10000 111000 0 100000 100011011 100111 110001

Color Harmonies of #914CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914CAD

Black with #914CAD

Text Example


Text Example

White with #914CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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