#9981DC

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

Shades of Medium Purple #9981DC

Tints of Medium Purple #9981DC

Color information

#9981DC (or 0x9981DC) is unknown color: approx Medium Purple. HEX triplet: 99, 81 and DC. RGB value is (153,129,220). Sum of RGB (Red+Green+Blue) = 153+129+220=502 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.48% from 502); Green value is 129 (50.78% from 255 or 25.70% from 502); Blue value is 220 (86.33% from 255 or 43.82% from 502); Max value from RGB is 220 - color contains mainly: blue. Hex color #9981DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9981DC is #667E23. Grayscale: #929292. Windows color (decimal): -6716964 or 14451097. OLE color: 14451097.

HSL color Cylindrical-coordinate representation of color #9981DC: hue angle of 255.82º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9981DC is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB153129220-
CMYK0.300.4100.14
HSL255.82º56.52%68.43%-
HSV(B)255.82º41.36%86.27%-
XYZ33.9127.6471.26-
YUV146.55169.45132.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.48%
GREEN value IS 129 (50.78% from 255) = 25.70%
BLUE value IS 220 (86.33% from 255) = 43.82%
R=30.48%
G=25.70%
B=43.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531292200.300.4100.14255.8256.5268.43
Hex9981DC1E290E1003944
Octal231201334365101640071104
Binary10011001100000011101110011110101001011101000000001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9981DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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