Html Css Color HEX #914CAE Deep Lilac

📋 copy color: '#914CAE'

red 145 ◦ green 76 ◦ blue 174

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

Shades of Deep Lilac #914CAE

Tints of Deep Lilac #914CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 44.05%

R = 36.71%
G = 19.24%
B = 44.05%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#914CAE (or 0x914CAE) is known color: Deep Lilac. HEX triplet: 91, 4C and AE. RGB value is (145,76,174). Sum of RGB (Red+Green+Blue) = 145+76+174=395 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.71% from 395); Green value is 76 (30.08% from 255 or 19.24% from 395); Blue value is 174 (68.36% from 255 or 44.05% from 395); Max value from RGB is 174 - color contains mainly: blue. Hex color #914CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #914CAE is #6EB351. Grayscale: #6B6B6B. Windows color (decimal): -7254866 or 11422865. OLE color: 11422865.

HSL color Cylindrical-coordinate representation of color #914CAE: hue angle of 282.24º 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 #914CAE is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 145 76 174 -
CMYK 0.17 0.56 0 0.32
HSL 282.24º 0.39% 0.49% -
HSV(B) 282.24º 0.56% 0.68% -
XYZ 21.9 14.24 41.64 -
YUV 107.8 165.36 154.53 -
System Red Green Blue C M Y K H S L
Decimal 145 76 174 0.17 0.56 0 0.32 282.24 0.39 0.49
Hex 91 4C AE 11 38 0 20 11A 27 31
Octal 221 114 256 21 70 0 40 432 47 61
Binary 10010001 1001100 10101110 10001 111000 0 100000 100011010 100111 110001

Color Harmonies of #914CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914CAE

Black with #914CAE

Text Example


Text Example

White with #914CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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