#98038F

Color #98038F Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #98038F

Tints of Dark Magenta #98038F

Color information

#98038F (or 0x98038F) is unknown color: approx Dark Magenta. HEX triplet: 98, 03 and 8F. RGB value is (152,3,143). Sum of RGB (Red+Green+Blue) = 152+3+143=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #98038F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98038F is #67FC70. Grayscale: #3F3F3F. Windows color (decimal): -6814833 or 9372568. OLE color: 9372568.

HSL color Cylindrical-coordinate representation of color #98038F: hue angle of 303.62º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #98038F is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB1523143-
CMYK00.980.060.40
HSL303.62º96.13%30.39%-
HSV(B)303.62º98.03%59.61%-
XYZ17.948.7226.72-
YUV63.51172.86191.12-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 51.01%
GREEN value IS 3 (1.56% from 255) = 1.01%
BLUE value IS 143 (56.25% from 255) = 47.99%
R=51.01%
G=1.01%
B=47.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152314300.980.060.40303.6296.1330.39
Hex9838F062628130601e
Octal2303217014265046014036
Binary10011000111000111101100010110101000100110000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98038F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98038F; }

 p { color: rgb(152,3,143); }

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

<style>
 a { background-color: #98038F; }

 a { background-color: rgb(152,3,143); }

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

<style>
 span { border-color: #98038F; }

 span { border-color: rgb(152,3,143); }

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