#9982DE

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

Shades of Medium Purple #9982DE

Tints of Medium Purple #9982DE

Color information

#9982DE (or 0x9982DE) is unknown color: approx Medium Purple. HEX triplet: 99, 82 and DE. RGB value is (153,130,222). Sum of RGB (Red+Green+Blue) = 153+130+222=505 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.30% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 222 (87.11% from 255 or 43.96% from 505); Max value from RGB is 222 - color contains mainly: blue. Hex color #9982DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9982DE is #667D21. Grayscale: #939393. Windows color (decimal): -6716706 or 14582425. OLE color: 14582425.

HSL color Cylindrical-coordinate representation of color #9982DE: hue angle of 255º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9982DE is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB153130222-
CMYK0.310.4100.13
HSL255º58.23%69.02%-
HSV(B)255º41.44%87.06%-
XYZ34.328.0172.71-
YUV147.36170.12132.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.30%
GREEN value IS 130 (51.17% from 255) = 25.74%
BLUE value IS 222 (87.11% from 255) = 43.96%
R=30.30%
G=25.74%
B=43.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1531302220.310.4100.1325558.2369.02
Hex9982DE1F290Dff3a45
Octal231202336375101537772105
Binary1001100110000010110111101111110100101101111111111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9982DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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