#9872DD

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

Shades of Medium Purple #9872DD

Tints of Medium Purple #9872DD

Color information

#9872DD (or 0x9872DD) is unknown color: approx Medium Purple. HEX triplet: 98, 72 and DD. RGB value is (152,114,221). Sum of RGB (Red+Green+Blue) = 152+114+221=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 114 (44.92% from 255 or 23.41% 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 #9872DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9872DD is #678D22. Grayscale: #898989. Windows color (decimal): -6786339 or 14512792. OLE color: 14512792.

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

Color convert

RGB152114221-
CMYK0.310.4800.13
HSL261.31º61.14%65.69%-
HSV(B)261.31º48.42%86.67%-
XYZ32.0223.9371.34-
YUV137.56175.09138.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.21%
GREEN value IS 114 (44.92% from 255) = 23.41%
BLUE value IS 221 (86.72% from 255) = 45.38%
R=31.21%
G=23.41%
B=45.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521142210.310.4800.13261.3161.1465.69
Hex9872DD1F300D1053d42
Octal230162335376001540575102
Binary1001100011100101101110111111110000011011000001011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9872DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,114,221); }

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

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

 a { background-color: rgb(152,114,221); }

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

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

 span { border-color: rgb(152,114,221); }

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