#9971F1

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

Shades of Medium Purple #9971F1

Tints of Medium Purple #9971F1

Color information

#9971F1 (or 0x9971F1) is unknown color: approx Medium Purple. HEX triplet: 99, 71 and F1. RGB value is (153,113,241). Sum of RGB (Red+Green+Blue) = 153+113+241=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #9971F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9971F1 is #668E0E. Grayscale: #8B8B8B. Windows color (decimal): -6721039 or 15823257. OLE color: 15823257.

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

Color convert

RGB153113241-
CMYK0.370.5300.05
HSL258.75º82.05%69.41%-
HSV(B)258.75º53.11%94.51%-
XYZ34.9224.9386.19-
YUV139.55185.25137.59-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.18%
GREEN value IS 113 (44.53% from 255) = 22.29%
BLUE value IS 241 (94.53% from 255) = 47.53%
R=30.18%
G=22.29%
B=47.53%

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
Decimal1531132410.370.5300.05258.7582.0569.41
Hex9971F12535051035245
Octal231161361456505403122105
Binary10011001111000111110001100101110101010110000001110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9971F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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