Html Css Color HEX #9752BE Deep Lilac

📋 copy color: '#9752BE'

red 151 ◦ green 82 ◦ blue 190

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

Shades of Deep Lilac #9752BE

Tints of Deep Lilac #9752BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.92%

R = 35.7%
G = 19.39%
B = 44.92%

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

#9752BE (or 0x9752BE) is known color: Deep Lilac. HEX triplet: 97, 52 and BE. RGB value is (151,82,190). Sum of RGB (Red+Green+Blue) = 151+82+190=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #9752BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9752BE is #68AD41. Grayscale: #727272. Windows color (decimal): -6860098 or 12472983. OLE color: 12472983.

HSL color Cylindrical-coordinate representation of color #9752BE: hue angle of 278.33º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9752BE is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 82 190 -
CMYK 0.21 0.57 0 0.25
HSL 278.33º 0.45% 0.53% -
HSV(B) 278.33º 0.57% 0.75% -
XYZ 25.07 16.33 50.55 -
YUV 114.94 170.36 153.72 -
System Red Green Blue C M Y K H S L
Decimal 151 82 190 0.21 0.57 0 0.25 278.33 0.45 0.53
Hex 97 52 BE 15 39 0 19 116 2D 35
Octal 227 122 276 25 71 0 31 426 55 65
Binary 10010111 1010010 10111110 10101 111001 0 11001 100010110 101101 110101

Color Harmonies of #9752BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9752BE

Black with #9752BE

Text Example


Text Example

White with #9752BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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