#9982EB

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

Shades of Medium Purple #9982EB

Tints of Medium Purple #9982EB

Color information

#9982EB (or 0x9982EB) is unknown color: approx Medium Purple. HEX triplet: 99, 82 and EB. RGB value is (153,130,235). Sum of RGB (Red+Green+Blue) = 153+130+235=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #9982EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9982EB is #667D14. Grayscale: #949494. Windows color (decimal): -6716693 or 15434393. OLE color: 15434393.

HSL color Cylindrical-coordinate representation of color #9982EB: hue angle of 253.14º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9982EB is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB153130235-
CMYK0.350.4500.08
HSL253.14º72.41%71.57%-
HSV(B)253.14º44.68%92.16%-
XYZ36.1128.7482.24-
YUV148.85176.62130.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.54%
GREEN value IS 130 (51.17% from 255) = 25.10%
BLUE value IS 235 (92.19% from 255) = 45.37%
R=29.54%
G=25.10%
B=45.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1531302350.350.4500.08253.1472.4171.57
Hex9982EB232D08fd4848
Octal2312023534355010375110110
Binary100110011000001011101011100011101101010001111110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9982EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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