#98068F

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

Shades of Dark Magenta #98068F

Tints of Dark Magenta #98068F

Color information

#98068F (or 0x98068F) is unknown color: approx Dark Magenta. HEX triplet: 98, 06 and 8F. RGB value is (152,6,143). Sum of RGB (Red+Green+Blue) = 152+6+143=301 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.50% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 143 (56.25% from 255 or 47.51% from 301); Max value from RGB is 152 - color contains mainly: red. Hex color #98068F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #98068F is #67F970. Grayscale: #404040. Windows color (decimal): -6814065 or 9373336. OLE color: 9373336.

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

Color convert

RGB1526143-
CMYK00.960.060.40
HSL303.7º92.41%30.98%-
HSV(B)303.7º96.05%59.61%-
XYZ17.978.7926.74-
YUV65.27171.87189.86-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.50%
GREEN value IS 6 (2.73% from 255) = 1.99%
BLUE value IS 143 (56.25% from 255) = 47.51%
R=50.50%
G=1.99%
B=47.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152614300.960.060.40303.792.4130.98
Hex9868F0606281305c1f
Octal2306217014065046013437
Binary100110001101000111101100000110101000100110000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98068F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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