#9981EB

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

Shades of Medium Purple #9981EB

Tints of Medium Purple #9981EB

Color information

#9981EB (or 0x9981EB) is unknown color: approx Medium Purple. HEX triplet: 99, 81 and EB. RGB value is (153,129,235). Sum of RGB (Red+Green+Blue) = 153+129+235=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 235 (92.19% from 255 or 45.45% from 517); Max value from RGB is 235 - color contains mainly: blue. Hex color #9981EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9981EB is #667E14. Grayscale: #939393. Windows color (decimal): -6716949 or 15434137. OLE color: 15434137.

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

Color convert

RGB153129235-
CMYK0.350.4500.08
HSL253.58º72.6%71.37%-
HSV(B)253.58º45.11%92.16%-
XYZ35.9828.4782.2-
YUV148.26176.95131.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.59%
GREEN value IS 129 (50.78% from 255) = 24.95%
BLUE value IS 235 (92.19% from 255) = 45.45%
R=29.59%
G=24.95%
B=45.45%

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
Decimal1531292350.350.4500.08253.5872.671.37
Hex9981EB232D08fe4947
Octal2312013534355010376111107
Binary100110011000000111101011100011101101010001111111010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9981EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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