#98397d

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

Shades of Dark Purple #98397D

Tints of Dark Purple #98397D

Color information

#98397D (or 0x98397D) is unknown color: approx Dark Purple. HEX triplet: 98, 39 and 7D. RGB value is (152,57,125). Sum of RGB (Red+Green+Blue) = 152+57+125=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #98397D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98397D is #67C682. Grayscale: #5C5C5C. Windows color (decimal): -6801027 or 8206744. OLE color: 8206744.

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

Color convert

RGB15257125-
CMYK00.620.180.40
HSL317.05º45.45%40.98%-
HSV(B)317.05º62.5%59.61%-
XYZ18.1111.0820.59-
YUV93.16145.97169.97-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.51%
GREEN value IS 57 (22.66% from 255) = 17.07%
BLUE value IS 125 (49.22% from 255) = 37.43%
R=45.51%
G=17.07%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525712500.620.180.40317.0545.4540.98
Hex98397D03E122813d2d29
Octal2307117507622504755551
Binary100110001110011111101011111010010101000100111101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98397d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98397d; }

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

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

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

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

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

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

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

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