Html Css Color HEX #9852BF Deep Lilac

📋 copy color: '#9852BF'

red 152 ◦ green 82 ◦ blue 191

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

Shades of Deep Lilac #9852BF

Tints of Deep Lilac #9852BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 44.94%

R = 35.76%
G = 19.29%
B = 44.94%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9852BF (or 0x9852BF) is known color: Deep Lilac. HEX triplet: 98, 52 and BF. RGB value is (152,82,191). Sum of RGB (Red+Green+Blue) = 152+82+191=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #9852BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9852BF is #67AD40. Grayscale: #727272. Windows color (decimal): -6794561 or 12538520. OLE color: 12538520.

HSL color Cylindrical-coordinate representation of color #9852BF: hue angle of 278.53º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9852BF is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 82 191 -
CMYK 0.20 0.57 0 0.25
HSL 278.53º 0.46% 0.54% -
HSV(B) 278.53º 0.57% 0.75% -
XYZ 25.37 16.47 51.13 -
YUV 115.36 170.69 154.14 -
System Red Green Blue C M Y K H S L
Decimal 152 82 191 0.20 0.57 0 0.25 278.53 0.46 0.54
Hex 98 52 BF 14 39 0 19 117 2E 36
Octal 230 122 277 24 71 0 31 427 56 66
Binary 10011000 1010010 10111111 10100 111001 0 11001 100010111 101110 110110

Color Harmonies of #9852BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9852BF

Black with #9852BF

Text Example


Text Example

White with #9852BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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