Html Css Color HEX #9852AE Deep Lilac

📋 copy color: '#9852AE'

red 152 ◦ green 82 ◦ blue 174

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

Shades of Deep Lilac #9852AE

Tints of Deep Lilac #9852AE

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.1%

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

R = 37.25%
G = 20.1%
B = 42.65%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9852AE (or 0x9852AE) is known color: Deep Lilac. HEX triplet: 98, 52 and AE. RGB value is (152,82,174). Sum of RGB (Red+Green+Blue) = 152+82+174=408 (54% of max value = 765). Red value is 152 (59.77% from 255 or 37.25% from 408); Green value is 82 (32.42% from 255 or 20.10% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #9852AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9852AE is #67AD51. Grayscale: #717171. Windows color (decimal): -6794578 or 11424408. OLE color: 11424408.

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

Color convert

RGB 152 82 174 -
CMYK 0.13 0.53 0 0.32
HSL 285.65º 0.36% 0.5% -
HSV(B) 285.65º 0.53% 0.68% -
XYZ 23.61 15.77 41.84 -
YUV 113.42 162.19 155.52 -
System Red Green Blue C M Y K H S L
Decimal 152 82 174 0.13 0.53 0 0.32 285.65 0.36 0.5
Hex 98 52 AE D 35 0 20 11E 24 32
Octal 230 122 256 15 65 0 40 436 44 62
Binary 10011000 1010010 10101110 1101 110101 0 100000 100011110 100100 110010

Color Harmonies of #9852AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9852AE

Black with #9852AE

Text Example


Text Example

White with #9852AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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