#9971DD

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

Shades of Medium Purple #9971DD

Tints of Medium Purple #9971DD

Color information

#9971DD (or 0x9971DD) is unknown color: approx Medium Purple. HEX triplet: 99, 71 and DD. RGB value is (153,113,221). Sum of RGB (Red+Green+Blue) = 153+113+221=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #9971DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9971DD is #668E22. Grayscale: #888888. Windows color (decimal): -6721059 or 14512537. OLE color: 14512537.

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

Color convert

RGB153113221-
CMYK0.310.4900.13
HSL262.22º61.36%65.49%-
HSV(B)262.22º48.87%86.67%-
XYZ32.0923.871.31-
YUV137.27175.25139.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.42%
GREEN value IS 113 (44.53% from 255) = 23.20%
BLUE value IS 221 (86.72% from 255) = 45.38%
R=31.42%
G=23.20%
B=45.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531132210.310.4900.13262.2261.3665.49
Hex9971DD1F310D1063d41
Octal231161335376101540675101
Binary1001100111100011101110111111110001011011000001101111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9971DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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