#98337A

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

Shades of Dark Purple #98337A

Tints of Dark Purple #98337A

Color information

#98337A (or 0x98337A) is unknown color: approx Dark Purple. HEX triplet: 98, 33 and 7A. RGB value is (152,51,122). Sum of RGB (Red+Green+Blue) = 152+51+122=325 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.77% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 152 - color contains mainly: red. Hex color #98337A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98337A is #67CC85. Grayscale: #595959. Windows color (decimal): -6802566 or 8008600. OLE color: 8008600.

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

Color convert

RGB15251122-
CMYK00.660.200.40
HSL317.82º49.75%39.8%-
HSV(B)317.82º66.45%59.61%-
XYZ17.6510.4519.5-
YUV89.29146.46172.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.77%
GREEN value IS 51 (20.31% from 255) = 15.69%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=46.77%
G=15.69%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525112200.660.200.40317.8249.7539.8
Hex98337A042142813e3228
Octal23063172010224504766250
Binary1001100011001111110100100001010100101000100111110110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98337A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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