Html Css Color HEX #9752CD Deep Lilac

📋 copy color: '#9752CD'

red 151 ◦ green 82 ◦ blue 205

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

Shades of Deep Lilac #9752CD

Tints of Deep Lilac #9752CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.8%

R = 34.47%
G = 18.72%
B = 46.8%

CMYK

 C value IS 0.26

 M value IS 0.6

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#9752CD (or 0x9752CD) is known color: Deep Lilac. HEX triplet: 97, 52 and CD. RGB value is (151,82,205). Sum of RGB (Red+Green+Blue) = 151+82+205=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 82 (32.42% from 255 or 18.72% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 205 - color contains mainly: blue. Hex color #9752CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9752CD is #68AD32. Grayscale: #747474. Windows color (decimal): -6860083 or 13456023. OLE color: 13456023.

HSL color Cylindrical-coordinate representation of color #9752CD: hue angle of 273.66º degrees, saturation: 0.55, 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 #9752CD is Cyan = 0.26, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 151 82 205 -
CMYK 0.26 0.6 0 0.20
HSL 273.66º 0.55% 0.56% -
HSV(B) 273.66º 0.6% 0.8% -
XYZ 26.8 17.02 59.63 -
YUV 116.65 177.86 152.5 -
System Red Green Blue C M Y K H S L
Decimal 151 82 205 0.26 0.6 0 0.20 273.66 0.55 0.56
Hex 97 52 CD 1A 3C 0 14 112 37 38
Octal 227 122 315 32 74 0 24 422 67 70
Binary 10010111 1010010 11001101 11010 111100 0 10100 100010010 110111 111000

Color Harmonies of #9752CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9752CD

Black with #9752CD

Text Example


Text Example

White with #9752CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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