#980B7C

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

Shades of Dark Purple #980B7C

Tints of Dark Purple #980B7C

Color information

#980B7C (or 0x980B7C) is unknown color: approx Dark Purple. HEX triplet: 98, 0B and 7C. RGB value is (152,11,124). Sum of RGB (Red+Green+Blue) = 152+11+124=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 124 (48.83% from 255 or 43.21% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #980B7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980B7C is #67F483. Grayscale: #414141. Windows color (decimal): -6812804 or 8129432. OLE color: 8129432.

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

Color convert

RGB15211124-
CMYK00.930.180.40
HSL311.91º86.5%31.96%-
HSV(B)311.91º92.76%59.61%-
XYZ16.718.3719.8-
YUV66.04160.71189.31-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.96%
GREEN value IS 11 (4.69% from 255) = 3.83%
BLUE value IS 124 (48.83% from 255) = 43.21%
R=52.96%
G=3.83%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521112400.930.180.40311.9186.531.96
Hex98B7C05D12281385720
Octal230131740135225047012740
Binary100110001011111110001011101100101010001001110001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,11,124); }

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

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

 a { background-color: rgb(152,11,124); }

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

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

 span { border-color: rgb(152,11,124); }

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