#9874DA

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

Shades of Medium Purple #9874DA

Tints of Medium Purple #9874DA

Color information

#9874DA (or 0x9874DA) is unknown color: approx Medium Purple. HEX triplet: 98, 74 and DA. RGB value is (152,116,218). Sum of RGB (Red+Green+Blue) = 152+116+218=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #9874DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9874DA is #678B25. Grayscale: #8A8A8A. Windows color (decimal): -6785830 or 14316696. OLE color: 14316696.

HSL color Cylindrical-coordinate representation of color #9874DA: hue angle of 261.18º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9874DA is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB152116218-
CMYK0.300.4700.15
HSL261.18º57.95%65.49%-
HSV(B)261.18º46.79%85.49%-
XYZ31.8524.2369.33-
YUV138.39172.93137.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.28%
GREEN value IS 116 (45.70% from 255) = 23.87%
BLUE value IS 218 (85.55% from 255) = 44.86%
R=31.28%
G=23.87%
B=44.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1521162180.300.4700.15261.1857.9565.49
Hex9874DA1E2F0F1053a41
Octal230164332365701740572101
Binary1001100011101001101101011110101111011111000001011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9874DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9874DA; }

 p { color: rgb(152,116,218); }

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

<style>
 a { background-color: #9874DA; }

 a { background-color: rgb(152,116,218); }

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

<style>
 span { border-color: #9874DA; }

 span { border-color: rgb(152,116,218); }

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