#980E7F

Color #980E7F Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #980E7F

Tints of Dark Purple #980E7F

Color information

#980E7F (or 0x980E7F) is unknown color: approx Dark Purple. HEX triplet: 98, 0E and 7F. RGB value is (152,14,127). Sum of RGB (Red+Green+Blue) = 152+14+127=293 (38% of max value = 765). Red value is 152 (59.77% from 255 or 51.88% from 293); Green value is 14 (5.86% from 255 or 4.78% from 293); Blue value is 127 (50% from 255 or 43.34% from 293); Max value from RGB is 152 - color contains mainly: red. Hex color #980E7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980E7F is #67F180. Grayscale: #434343. Windows color (decimal): -6812033 or 8326808. OLE color: 8326808.

HSL color Cylindrical-coordinate representation of color #980E7F: hue angle of 310.87º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980E7F is Cyan = 0, Magento = 0.91, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB15214127-
CMYK00.910.160.40
HSL310.87º83.13%32.55%-
HSV(B)310.87º90.79%59.61%-
XYZ16.948.5220.83-
YUV68.14161.22187.81-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.88%
GREEN value IS 14 (5.86% from 255) = 4.78%
BLUE value IS 127 (50% from 255) = 43.34%
R=51.88%
G=4.78%
B=43.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521412700.910.160.40310.8783.1332.55
Hex98E7F05B10281375321
Octal230161770133205046712341
Binary100110001110111111101011011100001010001001101111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980E7F; }

 p { color: rgb(152,14,127); }

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

<style>
 a { background-color: #980E7F; }

 a { background-color: rgb(152,14,127); }

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

<style>
 span { border-color: #980E7F; }

 span { border-color: rgb(152,14,127); }

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