#983780

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

Shades of Dark Purple #983780

Tints of Dark Purple #983780

Color information

#983780 (or 0x983780) is unknown color: approx Dark Purple. HEX triplet: 98, 37 and 80. RGB value is (152,55,128). Sum of RGB (Red+Green+Blue) = 152+55+128=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #983780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #983780 is #67C87F. Grayscale: #5C5C5C. Windows color (decimal): -6801536 or 8402840. OLE color: 8402840.

HSL color Cylindrical-coordinate representation of color #983780: hue angle of 314.85º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #983780 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB15255128-
CMYK00.640.160.40
HSL314.85º46.86%40.59%-
HSV(B)314.85º63.82%59.61%-
XYZ18.2110.9721.58-
YUV92.32148.14170.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.37%
GREEN value IS 55 (21.88% from 255) = 16.42%
BLUE value IS 128 (50.39% from 255) = 38.21%
R=45.37%
G=16.42%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525512800.640.160.40314.8546.8640.59
Hex983780040102813b2f29
Octal23067200010020504735751
Binary10011000110111100000000100000010000101000100111011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #983780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #983780; }

 p { color: rgb(152,55,128); }

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

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

 a { background-color: rgb(152,55,128); }

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

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

 span { border-color: rgb(152,55,128); }

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