#98258D

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

Shades of Dark Purple #98258D

Tints of Dark Purple #98258D

Color information

#98258D (or 0x98258D) is unknown color: approx Dark Purple. HEX triplet: 98, 25 and 8D. RGB value is (152,37,141). Sum of RGB (Red+Green+Blue) = 152+37+141=330 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.06% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 152 - color contains mainly: red. Hex color #98258D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98258D is #67DA72. Grayscale: #525252. Windows color (decimal): -6806131 or 9250200. OLE color: 9250200.

HSL color Cylindrical-coordinate representation of color #98258D: hue angle of 305.74º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #98258D is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.40.

Color convert

RGB15237141-
CMYK00.760.070.40
HSL305.74º60.85%37.06%-
HSV(B)305.74º75.66%59.61%-
XYZ18.429.9226.14-
YUV83.24160.6177.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.06%
GREEN value IS 37 (14.84% from 255) = 11.21%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=46.06%
G=11.21%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523714100.760.070.40305.7460.8537.06
Hex98258D04C7281323d25
Octal2304521501147504627545
Binary100110001001011000110101001100111101000100110010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98258D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,37,141); }

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

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

 a { background-color: rgb(152,37,141); }

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

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

 span { border-color: rgb(152,37,141); }

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