#9886DC

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

Shades of Medium Purple #9886DC

Tints of Medium Purple #9886DC

Color information

#9886DC (or 0x9886DC) is unknown color: approx Medium Purple. HEX triplet: 98, 86 and DC. RGB value is (152,134,220). Sum of RGB (Red+Green+Blue) = 152+134+220=506 (67% of max value = 765). Red value is 152 (59.77% from 255 or 30.04% from 506); Green value is 134 (52.73% from 255 or 26.48% from 506); Blue value is 220 (86.33% from 255 or 43.48% from 506); Max value from RGB is 220 - color contains mainly: blue. Hex color #9886DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9886DC is #677923. Grayscale: #949494. Windows color (decimal): -6781220 or 14452376. OLE color: 14452376.

HSL color Cylindrical-coordinate representation of color #9886DC: hue angle of 252.56º 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 #9886DC is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152134220-
CMYK0.310.3900.14
HSL252.56º55.13%69.41%-
HSV(B)252.56º39.09%86.27%-
XYZ34.3928.8971.47-
YUV149.19167.96130.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.04%
GREEN value IS 134 (52.73% from 255) = 26.48%
BLUE value IS 220 (86.33% from 255) = 43.48%
R=30.04%
G=26.48%
B=43.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521342200.310.3900.14252.5655.1369.41
Hex9886DC1F270Efd3745
Octal230206334374701637567105
Binary1001100010000110110111001111110011101110111111011101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9886DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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