Html Css Color HEX #9852BB Deep Lilac

📋 copy color: '#9852BB'

red 152 ◦ green 82 ◦ blue 187

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

Shades of Deep Lilac #9852BB

Tints of Deep Lilac #9852BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.42%

R = 36.1%
G = 19.48%
B = 44.42%

CMYK

 C value IS 0.19

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#9852BB (or 0x9852BB) is known color: Deep Lilac. HEX triplet: 98, 52 and BB. RGB value is (152,82,187). Sum of RGB (Red+Green+Blue) = 152+82+187=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #9852BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9852BB is #67AD44. Grayscale: #727272. Windows color (decimal): -6794565 or 12276376. OLE color: 12276376.

HSL color Cylindrical-coordinate representation of color #9852BB: hue angle of 280º degrees, saturation: 0.44, 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 #9852BB is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 82 187 -
CMYK 0.19 0.56 0 0.27
HSL 280º 0.44% 0.53% -
HSV(B) 280º 0.56% 0.73% -
XYZ 24.94 16.3 48.85 -
YUV 114.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 152 82 187 0.19 0.56 0 0.27 280 0.44 0.53
Hex 98 52 BB 13 38 0 1B 118 2C 35
Octal 230 122 273 23 70 0 33 430 54 65
Binary 10011000 1010010 10111011 10011 111000 0 11011 100011000 101100 110101

Color Harmonies of #9852BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9852BB

Black with #9852BB

Text Example


Text Example

White with #9852BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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