#98258C

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

Shades of Dark Purple #98258C

Tints of Dark Purple #98258C

Color information

#98258C (or 0x98258C) is unknown color: approx Dark Purple. HEX triplet: 98, 25 and 8C. RGB value is (152,37,140). Sum of RGB (Red+Green+Blue) = 152+37+140=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #98258C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #98258C is #67DA73. Grayscale: #525252. Windows color (decimal): -6806132 or 9184664. OLE color: 9184664.

HSL color Cylindrical-coordinate representation of color #98258C: hue angle of 306.26º 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 #98258C is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB15237140-
CMYK00.760.080.40
HSL306.26º60.85%37.06%-
HSV(B)306.26º75.66%59.61%-
XYZ18.349.8925.75-
YUV83.13160.1177.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 37 (14.84% from 255) = 11.25%
BLUE value IS 140 (55.08% from 255) = 42.55%
R=46.20%
G=11.25%
B=42.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523714000.760.080.40306.2660.8537.06
Hex98258C04C8281323d25
Octal23045214011410504627545
Binary1001100010010110001100010011001000101000100110010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98258C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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