#981A82

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

Shades of Dark Purple #981A82

Tints of Dark Purple #981A82

Color information

#981A82 (or 0x981A82) is unknown color: approx Dark Purple. HEX triplet: 98, 1A and 82. RGB value is (152,26,130). Sum of RGB (Red+Green+Blue) = 152+26+130=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #981A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981A82 is #67E57D. Grayscale: #4B4B4B. Windows color (decimal): -6808958 or 8526488. OLE color: 8526488.

HSL color Cylindrical-coordinate representation of color #981A82: hue angle of 310.48º 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 #981A82 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB15226130-
CMYK00.830.140.40
HSL310.48º70.79%34.9%-
HSV(B)310.48º82.89%59.61%-
XYZ17.359.0321.95-
YUV75.53158.74182.54-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.35%
GREEN value IS 26 (10.55% from 255) = 8.44%
BLUE value IS 130 (51.17% from 255) = 42.21%
R=49.35%
G=8.44%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522613000.830.140.40310.4870.7934.9
Hex981A82053E281364723
Octal230322020123165046610743
Binary1001100011010100000100101001111101010001001101101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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