#98337D

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

Shades of Dark Purple #98337D

Tints of Dark Purple #98337D

Color information

#98337D (or 0x98337D) is unknown color: approx Dark Purple. HEX triplet: 98, 33 and 7D. RGB value is (152,51,125). Sum of RGB (Red+Green+Blue) = 152+51+125=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #98337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98337D is #67CC82. Grayscale: #595959. Windows color (decimal): -6802563 or 8205208. OLE color: 8205208.

HSL color Cylindrical-coordinate representation of color #98337D: hue angle of 316.04º degrees, saturation: 0.5, 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 #98337D is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB15251125-
CMYK00.660.180.40
HSL316.04º49.75%39.8%-
HSV(B)316.04º66.45%59.61%-
XYZ17.8310.5220.49-
YUV89.64147.96172.48-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.34%
GREEN value IS 51 (20.31% from 255) = 15.55%
BLUE value IS 125 (49.22% from 255) = 38.11%
R=46.34%
G=15.55%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525112500.660.180.40316.0449.7539.8
Hex98337D042122813c3228
Octal23063175010222504746250
Binary1001100011001111111010100001010010101000100111100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98337D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98337D; }

 p { color: rgb(152,51,125); }

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

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

 a { background-color: rgb(152,51,125); }

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

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

 span { border-color: rgb(152,51,125); }

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