Html Css Color HEX #9752BF Deep Lilac

📋 copy color: '#9752BF'

red 151 ◦ green 82 ◦ blue 191

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

Shades of Deep Lilac #9752BF

Tints of Deep Lilac #9752BF

RGB

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

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

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

R = 35.61%
G = 19.34%
B = 45.05%

CMYK

 C value IS 0.21

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9752BF (or 0x9752BF) is known color: Deep Lilac. HEX triplet: 97, 52 and BF. RGB value is (151,82,191). Sum of RGB (Red+Green+Blue) = 151+82+191=424 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.61% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #9752BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9752BF is #68AD40. Grayscale: #727272. Windows color (decimal): -6860097 or 12538519. OLE color: 12538519.

HSL color Cylindrical-coordinate representation of color #9752BF: hue angle of 277.98º 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 #9752BF is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 82 191 -
CMYK 0.21 0.57 0 0.25
HSL 277.98º 0.46% 0.54% -
HSV(B) 277.98º 0.57% 0.75% -
XYZ 25.18 16.38 51.12 -
YUV 115.06 170.86 153.64 -
System Red Green Blue C M Y K H S L
Decimal 151 82 191 0.21 0.57 0 0.25 277.98 0.46 0.54
Hex 97 52 BF 15 39 0 19 116 2E 36
Octal 227 122 277 25 71 0 31 426 56 66
Binary 10010111 1010010 10111111 10101 111001 0 11001 100010110 101110 110110

Color Harmonies of #9752BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9752BF

Black with #9752BF

Text Example


Text Example

White with #9752BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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