#981A70

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

Shades of Dark Purple #981A70

Tints of Dark Purple #981A70

Color information

#981A70 (or 0x981A70) is unknown color: approx Dark Purple. HEX triplet: 98, 1A and 70. RGB value is (152,26,112). Sum of RGB (Red+Green+Blue) = 152+26+112=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 112 (44.14% from 255 or 38.62% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #981A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981A70 is #67E58F. Grayscale: #494949. Windows color (decimal): -6808976 or 7346840. OLE color: 7346840.

HSL color Cylindrical-coordinate representation of color #981A70: hue angle of 319.05º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #981A70 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB15226112-
CMYK00.830.260.40
HSL319.05º70.79%34.9%-
HSV(B)319.05º82.89%59.61%-
XYZ16.248.5816.13-
YUV73.48149.74184.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.41%
GREEN value IS 26 (10.55% from 255) = 8.97%
BLUE value IS 112 (44.14% from 255) = 38.62%
R=52.41%
G=8.97%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522611200.830.260.40319.0570.7934.9
Hex981A700531A2813f4723
Octal230321600123325047710743
Binary1001100011010111000001010011110101010001001111111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981A70; }

 p { color: rgb(152,26,112); }

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

<style>
 a { background-color: #981A70; }

 a { background-color: rgb(152,26,112); }

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

<style>
 span { border-color: #981A70; }

 span { border-color: rgb(152,26,112); }

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