Html Css Color HEX #93028A Dark Magenta

📋 copy color: '#93028A'

red 147 ◦ green 2 ◦ blue 138

#93028A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #93028A

Tints of Dark Magenta #93028A

RGB

 RED value IS 147 (57.81% from 255) = 51.22%

 GREEN value IS 2 (1.17% from 255) = 0.7%

 BLUE value IS 138 (54.3% from 255) = 48.08%

R = 51.22%
G = 0.7%
B = 48.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#93028A (or 0x93028A) is known color: Dark Magenta. HEX triplet: 93, 02 and 8A. RGB value is (147,2,138). Sum of RGB (Red+Green+Blue) = 147+2+138=287 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.22% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 147 - color contains mainly: red. Hex color #93028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93028A is #6CFD75. Grayscale: #3C3C3C. Windows color (decimal): -7142774 or 9044627. OLE color: 9044627.

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

Color convert

RGB 147 2 138 -
CMYK 0 0.99 0.06 0.42
HSL 303.72º 0.97% 0.29% -
HSV(B) 303.72º 0.99% 0.58% -
XYZ 16.64 8.08 24.73 -
YUV 60.86 171.54 189.44 -
System Red Green Blue C M Y K H S L
Decimal 147 2 138 0 0.99 0.06 0.42 303.72 0.97 0.29
Hex 93 2 8A 0 63 6 2A 130 61 1D
Octal 223 2 212 0 143 6 52 460 141 35
Binary 10010011 10 10001010 0 1100011 110 101010 100110000 1100001 11101

Color Harmonies of #93028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93028A

Black with #93028A

Text Example


Text Example

White with #93028A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93028A;
 }
 .AnyTagClassName
 {
   color: #93028A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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