#98298B

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

Shades of Dark Purple #98298B

Tints of Dark Purple #98298B

Color information

#98298B (or 0x98298B) is unknown color: approx Dark Purple. HEX triplet: 98, 29 and 8B. RGB value is (152,41,139). Sum of RGB (Red+Green+Blue) = 152+41+139=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 41 (16.41% from 255 or 12.35% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #98298B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98298B is #67D674. Grayscale: #555555. Windows color (decimal): -6805109 or 9120152. OLE color: 9120152.

HSL color Cylindrical-coordinate representation of color #98298B: hue angle of 307.03º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #98298B is Cyan = 0, Magento = 0.73, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB15241139-
CMYK00.730.090.40
HSL307.03º57.51%37.84%-
HSV(B)307.03º73.03%59.61%-
XYZ18.410.1325.41-
YUV85.36158.27175.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.78%
GREEN value IS 41 (16.41% from 255) = 12.35%
BLUE value IS 139 (54.69% from 255) = 41.87%
R=45.78%
G=12.35%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1524113900.730.090.40307.0357.5137.84
Hex98298B0499281333a26
Octal23051213011111504637246
Binary1001100010100110001011010010011001101000100110011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98298B; }

 p { color: rgb(152,41,139); }

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

<style>
 a { background-color: #98298B; }

 a { background-color: rgb(152,41,139); }

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

<style>
 span { border-color: #98298B; }

 span { border-color: rgb(152,41,139); }

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