#9986DC

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

Shades of Medium Purple #9986DC

Tints of Medium Purple #9986DC

Color information

#9986DC (or 0x9986DC) is unknown color: approx Medium Purple. HEX triplet: 99, 86 and DC. RGB value is (153,134,220). Sum of RGB (Red+Green+Blue) = 153+134+220=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 134 (52.73% from 255 or 26.43% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #9986DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9986DC is #667923. Grayscale: #959595. Windows color (decimal): -6715684 or 14452377. OLE color: 14452377.

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

Color convert

RGB153134220-
CMYK0.300.3900.14
HSL253.26º55.13%69.41%-
HSV(B)253.26º39.09%86.27%-
XYZ34.5828.9971.48-
YUV149.49167.79130.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.18%
GREEN value IS 134 (52.73% from 255) = 26.43%
BLUE value IS 220 (86.33% from 255) = 43.39%
R=30.18%
G=26.43%
B=43.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1531342200.300.3900.14253.2655.1369.41
Hex9986DC1E270Efd3745
Octal231206334364701637567105
Binary1001100110000110110111001111010011101110111111011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9986DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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