Html Css Color HEX #9752CA Deep Lilac

📋 copy color: '#9752CA'

red 151 ◦ green 82 ◦ blue 202

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

Shades of Deep Lilac #9752CA

Tints of Deep Lilac #9752CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.44%

R = 34.71%
G = 18.85%
B = 46.44%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#9752CA (or 0x9752CA) is known color: Deep Lilac. HEX triplet: 97, 52 and CA. RGB value is (151,82,202). Sum of RGB (Red+Green+Blue) = 151+82+202=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 202 (79.30% from 255 or 46.44% from 435); Max value from RGB is 202 - color contains mainly: blue. Hex color #9752CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9752CA is #68AD35. Grayscale: #737373. Windows color (decimal): -6860086 or 13259415. OLE color: 13259415.

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

Color convert

RGB 151 82 202 -
CMYK 0.25 0.59 0 0.21
HSL 274.5º 0.53% 0.56% -
HSV(B) 274.5º 0.59% 0.79% -
XYZ 26.44 16.88 57.74 -
YUV 116.31 176.36 152.74 -
System Red Green Blue C M Y K H S L
Decimal 151 82 202 0.25 0.59 0 0.21 274.5 0.53 0.56
Hex 97 52 CA 19 3B 0 15 112 35 38
Octal 227 122 312 31 73 0 25 422 65 70
Binary 10010111 1010010 11001010 11001 111011 0 10101 100010010 110101 111000

Color Harmonies of #9752CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9752CA

Black with #9752CA

Text Example


Text Example

White with #9752CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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