#981A89

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

Shades of Dark Purple #981A89

Tints of Dark Purple #981A89

Color information

#981A89 (or 0x981A89) is unknown color: approx Dark Purple. HEX triplet: 98, 1A and 89. RGB value is (152,26,137). Sum of RGB (Red+Green+Blue) = 152+26+137=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #981A89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981A89 is #67E576. Grayscale: #4C4C4C. Windows color (decimal): -6808951 or 8985240. OLE color: 8985240.

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

Color convert

RGB15226137-
CMYK00.830.100.40
HSL307.14º70.79%34.9%-
HSV(B)307.14º82.89%59.61%-
XYZ17.839.2224.51-
YUV76.33162.24181.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 26 (10.55% from 255) = 8.25%
BLUE value IS 137 (53.91% from 255) = 43.49%
R=48.25%
G=8.25%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522613700.830.100.40307.1470.7934.9
Hex981A89053A281334723
Octal230322110123125046310743
Binary1001100011010100010010101001110101010001001100111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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