#98137D

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

Shades of Dark Purple #98137D

Tints of Dark Purple #98137D

Color information

#98137D (or 0x98137D) is unknown color: approx Dark Purple. HEX triplet: 98, 13 and 7D. RGB value is (152,19,125). Sum of RGB (Red+Green+Blue) = 152+19+125=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 125 (49.22% from 255 or 42.23% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #98137D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98137D is #67EC82. Grayscale: #464646. Windows color (decimal): -6810755 or 8197016. OLE color: 8197016.

HSL color Cylindrical-coordinate representation of color #98137D: hue angle of 312.18º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #98137D is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB15219125-
CMYK00.870.180.40
HSL312.18º77.78%33.53%-
HSV(B)312.18º87.5%59.61%-
XYZ16.888.6220.18-
YUV70.85158.56185.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.35%
GREEN value IS 19 (7.81% from 255) = 6.42%
BLUE value IS 125 (49.22% from 255) = 42.23%
R=51.35%
G=6.42%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521912500.870.180.40312.1877.7833.53
Hex98137D05712281384e22
Octal230231750127225047011642
Binary1001100010011111110101010111100101010001001110001001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98137D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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