#9982D8

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

Shades of Medium Purple #9982D8

Tints of Medium Purple #9982D8

Color information

#9982D8 (or 0x9982D8) is unknown color: approx Medium Purple. HEX triplet: 99, 82 and D8. RGB value is (153,130,216). Sum of RGB (Red+Green+Blue) = 153+130+216=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 130 (51.17% from 255 or 26.05% from 499); Blue value is 216 (84.77% from 255 or 43.29% from 499); Max value from RGB is 216 - color contains mainly: blue. Hex color #9982D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9982D8 is #667D27. Grayscale: #929292. Windows color (decimal): -6716712 or 14189209. OLE color: 14189209.

HSL color Cylindrical-coordinate representation of color #9982D8: hue angle of 256.05º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9982D8 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB153130216-
CMYK0.290.4000.15
HSL256.05º52.44%67.84%-
HSV(B)256.05º39.81%84.71%-
XYZ33.5127.768.55-
YUV146.68167.12132.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.66%
GREEN value IS 130 (51.17% from 255) = 26.05%
BLUE value IS 216 (84.77% from 255) = 43.29%
R=30.66%
G=26.05%
B=43.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1531302160.290.4000.15256.0552.4467.84
Hex9982D81D280F1003444
Octal231202330355001740064104
Binary10011001100000101101100011101101000011111000000001101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9982D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9982D8; }

 p { color: rgb(153,130,216); }

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

<style>
 a { background-color: #9982D8; }

 a { background-color: rgb(153,130,216); }

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

<style>
 span { border-color: #9982D8; }

 span { border-color: rgb(153,130,216); }

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