#8970DA

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

Shades of Medium Purple #8970DA

Tints of Medium Purple #8970DA

Color information

#8970DA (or 0x8970DA) is unknown color: approx Medium Purple. HEX triplet: 89, 70 and DA. RGB value is (137,112,218). Sum of RGB (Red+Green+Blue) = 137+112+218=467 (61% of max value = 765). Red value is 137 (53.91% from 255 or 29.34% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #8970DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8970DA is #768F25. Grayscale: #838383. Windows color (decimal): -7769894 or 14315657. OLE color: 14315657.

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

Color convert

RGB137112218-
CMYK0.370.4900.15
HSL254.15º58.89%64.71%-
HSV(B)254.15º48.62%85.49%-
XYZ28.7721.9769.05-
YUV131.56176.78131.88-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 29.34%
GREEN value IS 112 (44.14% from 255) = 23.98%
BLUE value IS 218 (85.55% from 255) = 46.68%
R=29.34%
G=23.98%
B=46.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1371122180.370.4900.15254.1558.8964.71
Hex8970DA25310Ffe3b41
Octal211160332456101737673101
Binary1000100111100001101101010010111000101111111111101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8970DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(137,112,218); }

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

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

 a { background-color: rgb(137,112,218); }

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

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

 span { border-color: rgb(137,112,218); }

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