#93038A

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

Shades of Dark Magenta #93038A

Tints of Dark Magenta #93038A

Color information

#93038A (or 0x93038A) is unknown color: approx Dark Magenta. HEX triplet: 93, 03 and 8A. RGB value is (147,3,138). Sum of RGB (Red+Green+Blue) = 147+3+138=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 3 (1.56% from 255 or 1.04% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #93038A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93038A is #6CFC75. Grayscale: #3D3D3D. Windows color (decimal): -7142518 or 9044883. OLE color: 9044883.

HSL color Cylindrical-coordinate representation of color #93038A: hue angle of 303.75º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #93038A is Cyan = 0, Magento = 0.98, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB1473138-
CMYK00.980.060.42
HSL303.75º96%29.41%-
HSV(B)303.75º97.96%57.65%-
XYZ16.658.124.73-
YUV61.45171.21189.02-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 51.04%
GREEN value IS 3 (1.56% from 255) = 1.04%
BLUE value IS 138 (54.30% from 255) = 47.92%
R=51.04%
G=1.04%
B=47.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147313800.980.060.42303.759629.41
Hex9338A06262A130601d
Octal2233212014265246014035
Binary10010011111000101001100010110101010100110000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93038A; }

 p { color: rgb(147,3,138); }

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

<style>
 a { background-color: #93038A; }

 a { background-color: rgb(147,3,138); }

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

<style>
 span { border-color: #93038A; }

 span { border-color: rgb(147,3,138); }

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