#9971EA

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

Shades of Medium Purple #9971EA

Tints of Medium Purple #9971EA

Color information

#9971EA (or 0x9971EA) is unknown color: approx Medium Purple. HEX triplet: 99, 71 and EA. RGB value is (153,113,234). Sum of RGB (Red+Green+Blue) = 153+113+234=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #9971EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9971EA is #668E15. Grayscale: #8A8A8A. Windows color (decimal): -6721046 or 15364505. OLE color: 15364505.

HSL color Cylindrical-coordinate representation of color #9971EA: hue angle of 259.83º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9971EA is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153113234-
CMYK0.350.5200.08
HSL259.83º74.23%68.04%-
HSV(B)259.83º51.71%91.76%-
XYZ33.8924.5280.79-
YUV138.75181.75138.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.6%
GREEN value IS 113 (44.53% from 255) = 22.6%
BLUE value IS 234 (91.80% from 255) = 46.8%
R=30.6%
G=22.6%
B=46.8%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531132340.350.5200.08259.8374.2368.04
Hex9971EA2334081044a44
Octal2311613524364010404112104
Binary100110011110001111010101000111101000100010000010010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9971EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9971EA; }

 p { color: rgb(153,113,234); }

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

<style>
 a { background-color: #9971EA; }

 a { background-color: rgb(153,113,234); }

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

<style>
 span { border-color: #9971EA; }

 span { border-color: rgb(153,113,234); }

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