#980E7B

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

Shades of Dark Purple #980E7B

Tints of Dark Purple #980E7B

Color information

#980E7B (or 0x980E7B) is unknown color: approx Dark Purple. HEX triplet: 98, 0E and 7B. RGB value is (152,14,123). Sum of RGB (Red+Green+Blue) = 152+14+123=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 14 (5.86% from 255 or 4.84% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #980E7B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980E7B is #67F184. Grayscale: #434343. Windows color (decimal): -6812037 or 8064664. OLE color: 8064664.

HSL color Cylindrical-coordinate representation of color #980E7B: hue angle of 312.61º 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 #980E7B is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB15214123-
CMYK00.910.190.40
HSL312.61º83.13%32.55%-
HSV(B)312.61º90.79%59.61%-
XYZ16.688.4219.48-
YUV67.69159.22188.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.60%
GREEN value IS 14 (5.86% from 255) = 4.84%
BLUE value IS 123 (48.44% from 255) = 42.56%
R=52.60%
G=4.84%
B=42.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521412300.910.190.40312.6183.1332.55
Hex98E7B05B13281395321
Octal230161730133235047112341
Binary100110001110111101101011011100111010001001110011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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