Html Css Color HEX #9849AE Deep Lilac

📋 copy color: '#9849AE'

red 152 ◦ green 73 ◦ blue 174

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

Shades of Deep Lilac #9849AE

Tints of Deep Lilac #9849AE

RGB

 RED value IS 152 (59.77% from 255) = 38.1%

 GREEN value IS 73 (28.91% from 255) = 18.3%

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

R = 38.1%
G = 18.3%
B = 43.61%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9849AE (or 0x9849AE) is known color: Deep Lilac. HEX triplet: 98, 49 and AE. RGB value is (152,73,174). Sum of RGB (Red+Green+Blue) = 152+73+174=399 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.10% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #9849AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9849AE is #67B651. Grayscale: #6B6B6B. Windows color (decimal): -6796882 or 11422104. OLE color: 11422104.

HSL color Cylindrical-coordinate representation of color #9849AE: hue angle of 286.93º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9849AE is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 152 73 174 -
CMYK 0.13 0.58 0 0.32
HSL 286.93º 0.41% 0.48% -
HSV(B) 286.93º 0.58% 0.68% -
XYZ 22.97 14.5 41.63 -
YUV 108.14 165.17 159.29 -
System Red Green Blue C M Y K H S L
Decimal 152 73 174 0.13 0.58 0 0.32 286.93 0.41 0.48
Hex 98 49 AE D 3A 0 20 11F 29 30
Octal 230 111 256 15 72 0 40 437 51 60
Binary 10011000 1001001 10101110 1101 111010 0 100000 100011111 101001 110000

Color Harmonies of #9849AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9849AE

Black with #9849AE

Text Example


Text Example

White with #9849AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,73,174); }

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

background-color css

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

 a { background-color: rgb(152,73,174); }

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

border-color css

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

 span { border-color: rgb(152,73,174); }

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