Html Css Color HEX #9752BA Deep Lilac

📋 copy color: '#9752BA'

red 151 ◦ green 82 ◦ blue 186

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

Shades of Deep Lilac #9752BA

Tints of Deep Lilac #9752BA

RGB

 RED value IS 151 (59.38% from 255) = 36.04%

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

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

R = 36.04%
G = 19.57%
B = 44.39%

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

#9752BA (or 0x9752BA) is known color: Deep Lilac. HEX triplet: 97, 52 and BA. RGB value is (151,82,186). Sum of RGB (Red+Green+Blue) = 151+82+186=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #9752BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9752BA is #68AD45. Grayscale: #727272. Windows color (decimal): -6860102 or 12210839. OLE color: 12210839.

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

Color convert

RGB 151 82 186 -
CMYK 0.19 0.56 0 0.27
HSL 279.81º 0.43% 0.53% -
HSV(B) 279.81º 0.56% 0.73% -
XYZ 24.64 16.16 48.27 -
YUV 114.49 168.36 154.04 -
System Red Green Blue C M Y K H S L
Decimal 151 82 186 0.19 0.56 0 0.27 279.81 0.43 0.53
Hex 97 52 BA 13 38 0 1B 118 2B 35
Octal 227 122 272 23 70 0 33 430 53 65
Binary 10010111 1010010 10111010 10011 111000 0 11011 100011000 101011 110101

Color Harmonies of #9752BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9752BA

Black with #9752BA

Text Example


Text Example

White with #9752BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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