Html Css Color HEX #9752BC Deep Lilac

📋 copy color: '#9752BC'

red 151 ◦ green 82 ◦ blue 188

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

Shades of Deep Lilac #9752BC

Tints of Deep Lilac #9752BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 44.66%

R = 35.87%
G = 19.48%
B = 44.66%

CMYK

 C value IS 0.20

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9752BC (or 0x9752BC) is known color: Deep Lilac. HEX triplet: 97, 52 and BC. RGB value is (151,82,188). Sum of RGB (Red+Green+Blue) = 151+82+188=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #9752BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9752BC is #68AD43. Grayscale: #727272. Windows color (decimal): -6860100 or 12341911. OLE color: 12341911.

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

Color convert

RGB 151 82 188 -
CMYK 0.20 0.56 0 0.26
HSL 279.06º 0.44% 0.53% -
HSV(B) 279.06º 0.56% 0.74% -
XYZ 24.86 16.24 49.4 -
YUV 114.72 169.36 153.88 -
System Red Green Blue C M Y K H S L
Decimal 151 82 188 0.20 0.56 0 0.26 279.06 0.44 0.53
Hex 97 52 BC 14 38 0 1A 117 2C 35
Octal 227 122 274 24 70 0 32 427 54 65
Binary 10010111 1010010 10111100 10100 111000 0 11010 100010111 101100 110101

Color Harmonies of #9752BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9752BC

Black with #9752BC

Text Example


Text Example

White with #9752BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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