#983A79

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

Shades of Dark Purple #983A79

Tints of Dark Purple #983A79

Color information

#983A79 (or 0x983A79) is unknown color: approx Dark Purple. HEX triplet: 98, 3A and 79. RGB value is (152,58,121). Sum of RGB (Red+Green+Blue) = 152+58+121=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 121 (47.66% from 255 or 36.56% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #983A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #983A79 is #67C586. Grayscale: #5D5D5D. Windows color (decimal): -6800775 or 7944856. OLE color: 7944856.

HSL color Cylindrical-coordinate representation of color #983A79: hue angle of 319.79º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #983A79 is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB15258121-
CMYK00.620.200.40
HSL319.79º44.76%41.18%-
HSV(B)319.79º61.84%59.61%-
XYZ17.9111.0819.28-
YUV93.29143.64169.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 58 (23.05% from 255) = 17.52%
BLUE value IS 121 (47.66% from 255) = 36.56%
R=45.92%
G=17.52%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525812100.620.200.40319.7944.7641.18
Hex983A7903E14281402d29
Octal2307217107624505005551
Binary100110001110101111001011111010100101000101000000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983A79; }

 p { color: rgb(152,58,121); }

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

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

 a { background-color: rgb(152,58,121); }

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

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

 span { border-color: rgb(152,58,121); }

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