Html Css Color HEX #9142AE Deep Lilac

📋 copy color: '#9142AE'

red 145 ◦ green 66 ◦ blue 174

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

Shades of Deep Lilac #9142AE

Tints of Deep Lilac #9142AE

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.14%

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

R = 37.66%
G = 17.14%
B = 45.19%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9142AE (or 0x9142AE) is known color: Deep Lilac. HEX triplet: 91, 42 and AE. RGB value is (145,66,174). Sum of RGB (Red+Green+Blue) = 145+66+174=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 174 (68.36% from 255 or 45.19% from 385); Max value from RGB is 174 - color contains mainly: blue. Hex color #9142AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9142AE is #6EBD51. Grayscale: #656565. Windows color (decimal): -7257426 or 11420305. OLE color: 11420305.

HSL color Cylindrical-coordinate representation of color #9142AE: hue angle of 283.89º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9142AE is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 145 66 174 -
CMYK 0.17 0.62 0 0.32
HSL 283.89º 0.45% 0.47% -
HSV(B) 283.89º 0.62% 0.68% -
XYZ 21.27 12.97 41.43 -
YUV 101.93 168.67 158.72 -
System Red Green Blue C M Y K H S L
Decimal 145 66 174 0.17 0.62 0 0.32 283.89 0.45 0.47
Hex 91 42 AE 11 3E 0 20 11C 2D 2F
Octal 221 102 256 21 76 0 40 434 55 57
Binary 10010001 1000010 10101110 10001 111110 0 100000 100011100 101101 101111

Color Harmonies of #9142AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9142AE

Black with #9142AE

Text Example


Text Example

White with #9142AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9142AE; }

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

 H1.HeaderClassName
 {
   color: #9142AE;
 }
 .AnyTagClassName
 {
   color: #9142AE;
 }
</style>

background-color css

<style>
 a { background-color: #9142AE; }

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

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

border-color css

<style>
 span { border-color: #9142AE; }

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

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