#9972F2

Color #9972F2 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #9972F2

Tints of Medium Purple #9972F2

Color information

#9972F2 (or 0x9972F2) is unknown color: approx Medium Purple. HEX triplet: 99, 72 and F2. RGB value is (153,114,242). Sum of RGB (Red+Green+Blue) = 153+114+242=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #9972F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9972F2 is #668D0D. Grayscale: #8B8B8B. Windows color (decimal): -6720782 or 15889049. OLE color: 15889049.

HSL color Cylindrical-coordinate representation of color #9972F2: hue angle of 258.28º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9972F2 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB153114242-
CMYK0.370.5300.05
HSL258.28º83.12%69.8%-
HSV(B)258.28º52.89%94.9%-
XYZ35.1825.2287.02-
YUV140.25185.42137.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.06%
GREEN value IS 114 (44.92% from 255) = 22.40%
BLUE value IS 242 (94.92% from 255) = 47.54%
R=30.06%
G=22.40%
B=47.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1531142420.370.5300.05258.2883.1269.8
Hex9972F22535051025346
Octal231162362456505402123106
Binary10011001111001011110010100101110101010110000001010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9972F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9972F2;
 }
 .AnyTagClassName
 {
   color: #9972F2;
 }
</style>
background-color css

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

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

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

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

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

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