#9876DF

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

Shades of Medium Purple #9876DF

Tints of Medium Purple #9876DF

Color information

#9876DF (or 0x9876DF) is unknown color: approx Medium Purple. HEX triplet: 98, 76 and DF. RGB value is (152,118,223). Sum of RGB (Red+Green+Blue) = 152+118+223=493 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.83% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #9876DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9876DF is #678920. Grayscale: #8B8B8B. Windows color (decimal): -6785313 or 14644888. OLE color: 14644888.

HSL color Cylindrical-coordinate representation of color #9876DF: hue angle of 259.43º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9876DF is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB152118223-
CMYK0.320.4700.13
HSL259.43º62.13%66.86%-
HSV(B)259.43º47.09%87.45%-
XYZ32.7524.9672.9-
YUV140.14174.76136.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.83%
GREEN value IS 118 (46.48% from 255) = 23.94%
BLUE value IS 223 (87.5% from 255) = 45.23%
R=30.83%
G=23.94%
B=45.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1521182230.320.4700.13259.4362.1366.86
Hex9876DF202F0D1033e43
Octal230166337405701540376103
Binary10011000111011011011111100000101111011011000000111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9876DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9876DF; }

 p { color: rgb(152,118,223); }

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

<style>
 a { background-color: #9876DF; }

 a { background-color: rgb(152,118,223); }

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

<style>
 span { border-color: #9876DF; }

 span { border-color: rgb(152,118,223); }

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