#982380

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

Shades of Dark Purple #982380

Tints of Dark Purple #982380

Color information

#982380 (or 0x982380) is unknown color: approx Dark Purple. HEX triplet: 98, 23 and 80. RGB value is (152,35,128). Sum of RGB (Red+Green+Blue) = 152+35+128=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #982380 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982380 is #67DC7F. Grayscale: #505050. Windows color (decimal): -6806656 or 8397720. OLE color: 8397720.

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

Color convert

RGB15235128-
CMYK00.770.160.40
HSL312.31º62.57%36.67%-
HSV(B)312.31º76.97%59.61%-
XYZ17.459.4421.32-
YUV80.58154.76178.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 48.25%
GREEN value IS 35 (14.06% from 255) = 11.11%
BLUE value IS 128 (50.39% from 255) = 40.63%
R=48.25%
G=11.11%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523512800.770.160.40312.3162.5736.67
Hex98238004D10281383f25
Octal23043200011520504707745
Binary10011000100011100000000100110110000101000100111000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982380; }

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

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

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

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

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

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

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

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