#980D7D

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

Shades of Dark Purple #980D7D

Tints of Dark Purple #980D7D

Color information

#980D7D (or 0x980D7D) is unknown color: approx Dark Purple. HEX triplet: 98, 0D and 7D. RGB value is (152,13,125). Sum of RGB (Red+Green+Blue) = 152+13+125=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 13 (5.47% from 255 or 4.48% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #980D7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980D7D is #67F282. Grayscale: #434343. Windows color (decimal): -6812291 or 8195480. OLE color: 8195480.

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

Color convert

RGB15213125-
CMYK00.910.180.40
HSL311.65º84.24%32.35%-
HSV(B)311.65º91.45%59.61%-
XYZ16.798.4420.15-
YUV67.33160.55188.39-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.41%
GREEN value IS 13 (5.47% from 255) = 4.48%
BLUE value IS 125 (49.22% from 255) = 43.10%
R=52.41%
G=4.48%
B=43.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521312500.910.180.40311.6584.2432.35
Hex98D7D05B12281385420
Octal230151750133225047012440
Binary100110001101111110101011011100101010001001110001010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,13,125); }

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

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

 a { background-color: rgb(152,13,125); }

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

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

 span { border-color: rgb(152,13,125); }

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