#98357A

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

Shades of Dark Purple #98357A

Tints of Dark Purple #98357A

Color information

#98357A (or 0x98357A) is unknown color: approx Dark Purple. HEX triplet: 98, 35 and 7A. RGB value is (152,53,122). Sum of RGB (Red+Green+Blue) = 152+53+122=327 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.48% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 122 (48.05% from 255 or 37.31% from 327); Max value from RGB is 152 - color contains mainly: red. Hex color #98357A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #98357A is #67CA85. Grayscale: #5A5A5A. Windows color (decimal): -6802054 or 8009112. OLE color: 8009112.

HSL color Cylindrical-coordinate representation of color #98357A: hue angle of 318.18º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #98357A is Cyan = 0, Magento = 0.65, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB15253122-
CMYK00.650.200.40
HSL318.18º48.29%40.2%-
HSV(B)318.18º65.13%59.61%-
XYZ17.7310.6319.53-
YUV90.47145.8171.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.48%
GREEN value IS 53 (21.09% from 255) = 16.21%
BLUE value IS 122 (48.05% from 255) = 37.31%
R=46.48%
G=16.21%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1525312200.650.200.40318.1848.2940.2
Hex98357A041142813e3028
Octal23065172010124504766050
Binary1001100011010111110100100000110100101000100111110110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98357A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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