#983481

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

Shades of Dark Purple #983481

Tints of Dark Purple #983481

Color information

#983481 (or 0x983481) is unknown color: approx Dark Purple. HEX triplet: 98, 34 and 81. RGB value is (152,52,129). Sum of RGB (Red+Green+Blue) = 152+52+129=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 52 (20.70% from 255 or 15.62% from 333); Blue value is 129 (50.78% from 255 or 38.74% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #983481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983481 is #67CB7E. Grayscale: #5A5A5A. Windows color (decimal): -6802303 or 8467608. OLE color: 8467608.

HSL color Cylindrical-coordinate representation of color #983481: hue angle of 313.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #983481 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.40.

Color convert

RGB15252129-
CMYK00.660.150.40
HSL313.8º49.02%40%-
HSV(B)313.8º65.79%59.61%-
XYZ18.1410.7221.88-
YUV90.68149.63171.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 52 (20.70% from 255) = 15.62%
BLUE value IS 129 (50.78% from 255) = 38.74%
R=45.65%
G=15.62%
B=38.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.15
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525212900.660.150.40313.849.0240
Hex983481042F2813a3128
Octal23064201010217504726150
Binary1001100011010010000001010000101111101000100111010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983481; }

 p { color: rgb(152,52,129); }

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

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

 a { background-color: rgb(152,52,129); }

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

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

 span { border-color: rgb(152,52,129); }

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