Html Css Color HEX #9952BA Deep Lilac

📋 copy color: '#9952BA'

red 153 ◦ green 82 ◦ blue 186

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

Shades of Deep Lilac #9952BA

Tints of Deep Lilac #9952BA

RGB

 RED value IS 153 (60.16% from 255) = 36.34%

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

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

R = 36.34%
G = 19.48%
B = 44.18%

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

#9952BA (or 0x9952BA) is known color: Deep Lilac. HEX triplet: 99, 52 and BA. RGB value is (153,82,186). Sum of RGB (Red+Green+Blue) = 153+82+186=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #9952BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9952BA is #66AD45. Grayscale: #727272. Windows color (decimal): -6729030 or 12210841. OLE color: 12210841.

HSL color Cylindrical-coordinate representation of color #9952BA: hue angle of 280.96º 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 #9952BA is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 82 186 -
CMYK 0.18 0.56 0 0.27
HSL 280.96º 0.43% 0.53% -
HSV(B) 280.96º 0.56% 0.73% -
XYZ 25.02 16.35 48.29 -
YUV 115.09 168.02 155.04 -
System Red Green Blue C M Y K H S L
Decimal 153 82 186 0.18 0.56 0 0.27 280.96 0.43 0.53
Hex 99 52 BA 12 38 0 1B 119 2B 35
Octal 231 122 272 22 70 0 33 431 53 65
Binary 10011001 1010010 10111010 10010 111000 0 11011 100011001 101011 110101

Color Harmonies of #9952BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9952BA

Black with #9952BA

Text Example


Text Example

White with #9952BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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