#9878DC

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

Shades of Medium Purple #9878DC

Tints of Medium Purple #9878DC

Color information

#9878DC (or 0x9878DC) is unknown color: approx Medium Purple. HEX triplet: 98, 78 and DC. RGB value is (152,120,220). Sum of RGB (Red+Green+Blue) = 152+120+220=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #9878DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9878DC is #678723. Grayscale: #8C8C8C. Windows color (decimal): -6784804 or 14448792. OLE color: 14448792.

HSL color Cylindrical-coordinate representation of color #9878DC: hue angle of 259.2º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9878DC is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152120220-
CMYK0.310.4500.14
HSL259.2º58.82%66.67%-
HSV(B)259.2º45.45%86.27%-
XYZ32.5825.2870.87-
YUV140.97172.6135.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.89%
GREEN value IS 120 (47.27% from 255) = 24.39%
BLUE value IS 220 (86.33% from 255) = 44.72%
R=30.89%
G=24.39%
B=44.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521202200.310.4500.14259.258.8266.67
Hex9878DC1F2D0E1033b43
Octal230170334375501640373103
Binary1001100011110001101110011111101101011101000000111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9878DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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