Html Css Color HEX #9972DC Medium Purple

📋 copy color: '#9972DC'

red 153 ◦ green 114 ◦ blue 220

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

Shades of Medium Purple #9972DC

Tints of Medium Purple #9972DC

RGB

 RED value IS 153 (60.16% from 255) = 31.42%

 GREEN value IS 114 (44.92% from 255) = 23.41%

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 31.42%
G = 23.41%
B = 45.17%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9972DC (or 0x9972DC) is known color: Medium Purple. HEX triplet: 99, 72 and DC. RGB value is (153,114,220). Sum of RGB (Red+Green+Blue) = 153+114+220=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 114 (44.92% from 255 or 23.41% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #9972DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9972DC is #668D23. Grayscale: #898989. Windows color (decimal): -6720804 or 14447257. OLE color: 14447257.

HSL color Cylindrical-coordinate representation of color #9972DC: hue angle of 262.08º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9972DC is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 153 114 220 -
CMYK 0.30 0.48 0 0.14
HSL 262.08º 0.6% 0.65% -
HSV(B) 262.08º 0.48% 0.86% -
XYZ 32.07 23.97 70.65 -
YUV 137.75 174.42 138.88 -
System Red Green Blue C M Y K H S L
Decimal 153 114 220 0.30 0.48 0 0.14 262.08 0.6 0.65
Hex 99 72 DC 1E 30 0 E 106 3C 41
Octal 231 162 334 36 60 0 16 406 74 101
Binary 10011001 1110010 11011100 11110 110000 0 1110 100000110 111100 1000001

Color Harmonies of #9972DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9972DC

Black with #9972DC

Text Example


Text Example

White with #9972DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9972DC; }

 p { color: rgb(153,114,220); }

 H1.HeaderClassName
 {
   color: #9972DC;
 }
 .AnyTagClassName
 {
   color: #9972DC;
 }
</style>

background-color css

<style>
 a { background-color: #9972DC; }

 a { background-color: rgb(153,114,220); }

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

border-color css

<style>
 span { border-color: #9972DC; }

 span { border-color: rgb(153,114,220); }

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