Html Css Color HEX #9972DF Medium Purple

📋 copy color: '#9972DF'

red 153 ◦ green 114 ◦ blue 223

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

Shades of Medium Purple #9972DF

Tints of Medium Purple #9972DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 31.22%
G = 23.27%
B = 45.51%

CMYK

 C value IS 0.31

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9972DF (or 0x9972DF) is known color: Medium Purple. HEX triplet: 99, 72 and DF. RGB value is (153,114,223). Sum of RGB (Red+Green+Blue) = 153+114+223=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 114 (44.92% from 255 or 23.27% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #9972DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9972DF is #668D20. Grayscale: #898989. Windows color (decimal): -6720801 or 14643865. OLE color: 14643865.

HSL color Cylindrical-coordinate representation of color #9972DF: hue angle of 261.47º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9972DF is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 153 114 223 -
CMYK 0.31 0.49 0 0.13
HSL 261.47º 0.63% 0.66% -
HSV(B) 261.47º 0.49% 0.87% -
XYZ 32.47 24.13 72.76 -
YUV 138.09 175.92 138.64 -
System Red Green Blue C M Y K H S L
Decimal 153 114 223 0.31 0.49 0 0.13 261.47 0.63 0.66
Hex 99 72 DF 1F 31 0 D 105 3F 42
Octal 231 162 337 37 61 0 15 405 77 102
Binary 10011001 1110010 11011111 11111 110001 0 1101 100000101 111111 1000010

Color Harmonies of #9972DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9972DF

Black with #9972DF

Text Example


Text Example

White with #9972DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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