Html Css Color HEX #9752CC Deep Lilac

📋 copy color: '#9752CC'

red 151 ◦ green 82 ◦ blue 204

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

Shades of Deep Lilac #9752CC

Tints of Deep Lilac #9752CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.68%

R = 34.55%
G = 18.76%
B = 46.68%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9752CC (or 0x9752CC) is known color: Deep Lilac. HEX triplet: 97, 52 and CC. RGB value is (151,82,204). Sum of RGB (Red+Green+Blue) = 151+82+204=437 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.55% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #9752CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9752CC is #68AD33. Grayscale: #747474. Windows color (decimal): -6860084 or 13390487. OLE color: 13390487.

HSL color Cylindrical-coordinate representation of color #9752CC: hue angle of 273.93º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9752CC is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 151 82 204 -
CMYK 0.26 0.60 0 0.2
HSL 273.93º 0.54% 0.56% -
HSV(B) 273.93º 0.6% 0.8% -
XYZ 26.68 16.97 59 -
YUV 116.54 177.36 152.58 -
System Red Green Blue C M Y K H S L
Decimal 151 82 204 0.26 0.60 0 0.2 273.93 0.54 0.56
Hex 97 52 CC 1A 3C 0 14 112 36 38
Octal 227 122 314 32 74 0 24 422 66 70
Binary 10010111 1010010 11001100 11010 111100 0 10100 100010010 110110 111000

Color Harmonies of #9752CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9752CC

Black with #9752CC

Text Example


Text Example

White with #9752CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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