#981F83

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

Shades of Dark Purple #981F83

Tints of Dark Purple #981F83

Color information

#981F83 (or 0x981F83) is unknown color: approx Dark Purple. HEX triplet: 98, 1F and 83. RGB value is (152,31,131). Sum of RGB (Red+Green+Blue) = 152+31+131=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 31 (12.5% from 255 or 9.87% from 314); Blue value is 131 (51.56% from 255 or 41.72% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #981F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #981F83 is #67E07C. Grayscale: #4E4E4E. Windows color (decimal): -6807677 or 8593304. OLE color: 8593304.

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

Color convert

RGB15231131-
CMYK00.800.140.40
HSL310.41º66.12%35.88%-
HSV(B)310.41º79.61%59.61%-
XYZ17.549.2922.34-
YUV78.58157.59180.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.41%
GREEN value IS 31 (12.5% from 255) = 9.87%
BLUE value IS 131 (51.56% from 255) = 41.72%
R=48.41%
G=9.87%
B=41.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523113100.800.140.40310.4166.1235.88
Hex981F83050E281364224
Octal230372030120165046610244
Binary1001100011111100000110101000011101010001001101101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,31,131); }

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

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

 a { background-color: rgb(152,31,131); }

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

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

 span { border-color: rgb(152,31,131); }

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