#981A7B

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

Shades of Dark Purple #981A7B

Tints of Dark Purple #981A7B

Color information

#981A7B (or 0x981A7B) is unknown color: approx Dark Purple. HEX triplet: 98, 1A and 7B. RGB value is (152,26,123). Sum of RGB (Red+Green+Blue) = 152+26+123=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 26 (10.55% from 255 or 8.64% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #981A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981A7B is #67E584. Grayscale: #4A4A4A. Windows color (decimal): -6808965 or 8067736. OLE color: 8067736.

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

Color convert

RGB15226123-
CMYK00.830.190.40
HSL313.81º70.79%34.9%-
HSV(B)313.81º82.89%59.61%-
XYZ16.898.8419.56-
YUV74.73155.24183.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.50%
GREEN value IS 26 (10.55% from 255) = 8.64%
BLUE value IS 123 (48.44% from 255) = 40.86%
R=50.50%
G=8.64%
B=40.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.19
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522612300.830.190.40313.8170.7934.9
Hex981A7B053132813a4723
Octal230321730123235047210743
Binary1001100011010111101101010011100111010001001110101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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