#981E7A

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

Shades of Dark Purple #981E7A

Tints of Dark Purple #981E7A

Color information

#981E7A (or 0x981E7A) is unknown color: approx Dark Purple. HEX triplet: 98, 1E and 7A. RGB value is (152,30,122). Sum of RGB (Red+Green+Blue) = 152+30+122=304 (40% of max value = 765). Red value is 152 (59.77% from 255 or 50% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 152 - color contains mainly: red. Hex color #981E7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981E7A is #67E185. Grayscale: #4C4C4C. Windows color (decimal): -6807942 or 8003224. OLE color: 8003224.

HSL color Cylindrical-coordinate representation of color #981E7A: hue angle of 314.75º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981E7A is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB15230122-
CMYK00.800.200.40
HSL314.75º67.03%35.69%-
HSV(B)314.75º80.26%59.61%-
XYZ16.939.0119.26-
YUV76.97153.42181.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50%
GREEN value IS 30 (12.11% from 255) = 9.87%
BLUE value IS 122 (48.05% from 255) = 40.13%
R=50%
G=9.87%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523012200.800.200.40314.7567.0335.69
Hex981E7A050142813b4324
Octal230361720120245047310344
Binary1001100011110111101001010000101001010001001110111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,30,122); }

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

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

 a { background-color: rgb(152,30,122); }

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

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

 span { border-color: rgb(152,30,122); }

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