Html Css Color HEX #9752BD Deep Lilac

📋 copy color: '#9752BD'

red 151 ◦ green 82 ◦ blue 189

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

Shades of Deep Lilac #9752BD

Tints of Deep Lilac #9752BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.79%

R = 35.78%
G = 19.43%
B = 44.79%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9752BD (or 0x9752BD) is known color: Deep Lilac. HEX triplet: 97, 52 and BD. RGB value is (151,82,189). Sum of RGB (Red+Green+Blue) = 151+82+189=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #9752BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9752BD is #68AD42. Grayscale: #727272. Windows color (decimal): -6860099 or 12407447. OLE color: 12407447.

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

Color convert

RGB 151 82 189 -
CMYK 0.20 0.57 0 0.26
HSL 278.69º 0.45% 0.53% -
HSV(B) 278.69º 0.57% 0.74% -
XYZ 24.97 16.29 49.97 -
YUV 114.83 169.86 153.8 -
System Red Green Blue C M Y K H S L
Decimal 151 82 189 0.20 0.57 0 0.26 278.69 0.45 0.53
Hex 97 52 BD 14 39 0 1A 117 2D 35
Octal 227 122 275 24 71 0 32 427 55 65
Binary 10010111 1010010 10111101 10100 111001 0 11010 100010111 101101 110101

Color Harmonies of #9752BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9752BD

Black with #9752BD

Text Example


Text Example

White with #9752BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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