#982386

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

Shades of Dark Purple #982386

Tints of Dark Purple #982386

Color information

#982386 (or 0x982386) is unknown color: approx Dark Purple. HEX triplet: 98, 23 and 86. RGB value is (152,35,134). Sum of RGB (Red+Green+Blue) = 152+35+134=321 (42% of max value = 765). Red value is 152 (59.77% from 255 or 47.35% from 321); Green value is 35 (14.06% from 255 or 10.90% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 152 - color contains mainly: red. Hex color #982386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #982386 is #67DC79. Grayscale: #505050. Windows color (decimal): -6806650 or 8790936. OLE color: 8790936.

HSL color Cylindrical-coordinate representation of color #982386: hue angle of 309.23º 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 #982386 is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB15235134-
CMYK00.770.120.40
HSL309.23º62.57%36.67%-
HSV(B)309.23º76.97%59.61%-
XYZ17.859.623.47-
YUV81.27157.76178.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 47.35%
GREEN value IS 35 (14.06% from 255) = 10.90%
BLUE value IS 134 (52.73% from 255) = 41.74%
R=47.35%
G=10.90%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523513400.770.120.40309.2362.5736.67
Hex98238604DC281353f25
Octal23043206011514504657745
Binary1001100010001110000110010011011100101000100110101111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982386; }

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

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

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

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

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

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

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

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