Html Css Color HEX #9852BA Deep Lilac

📋 copy color: '#9852BA'

red 152 ◦ green 82 ◦ blue 186

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

Shades of Deep Lilac #9852BA

Tints of Deep Lilac #9852BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 44.29%

R = 36.19%
G = 19.52%
B = 44.29%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9852BA (or 0x9852BA) is known color: Deep Lilac. HEX triplet: 98, 52 and BA. RGB value is (152,82,186). Sum of RGB (Red+Green+Blue) = 152+82+186=420 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.19% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #9852BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9852BA is #67AD45. Grayscale: #727272. Windows color (decimal): -6794566 or 12210840. OLE color: 12210840.

HSL color Cylindrical-coordinate representation of color #9852BA: hue angle of 280.38º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9852BA is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 82 186 -
CMYK 0.18 0.56 0 0.27
HSL 280.38º 0.43% 0.53% -
HSV(B) 280.38º 0.56% 0.73% -
XYZ 24.83 16.26 48.28 -
YUV 114.79 168.19 154.54 -
System Red Green Blue C M Y K H S L
Decimal 152 82 186 0.18 0.56 0 0.27 280.38 0.43 0.53
Hex 98 52 BA 12 38 0 1B 118 2B 35
Octal 230 122 272 22 70 0 33 430 53 65
Binary 10011000 1010010 10111010 10010 111000 0 11011 100011000 101011 110101

Color Harmonies of #9852BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9852BA

Black with #9852BA

Text Example


Text Example

White with #9852BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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