Html Css Color HEX #93028B Dark Magenta

📋 copy color: '#93028B'

red 147 ◦ green 2 ◦ blue 139

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

Shades of Dark Magenta #93028B

Tints of Dark Magenta #93028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.26%

R = 51.04%
G = 0.69%
B = 48.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#93028B (or 0x93028B) is known color: Dark Magenta. HEX triplet: 93, 02 and 8B. RGB value is (147,2,139). Sum of RGB (Red+Green+Blue) = 147+2+139=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 2 (1.17% from 255 or 0.69% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #93028B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93028B is #6CFD74. Grayscale: #3C3C3C. Windows color (decimal): -7142773 or 9110163. OLE color: 9110163.

HSL color Cylindrical-coordinate representation of color #93028B: hue angle of 303.31º 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 #93028B is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 2 139 -
CMYK 0 0.99 0.05 0.42
HSL 303.31º 0.97% 0.29% -
HSV(B) 303.31º 0.99% 0.58% -
XYZ 16.71 8.11 25.11 -
YUV 60.97 172.04 189.36 -
System Red Green Blue C M Y K H S L
Decimal 147 2 139 0 0.99 0.05 0.42 303.31 0.97 0.29
Hex 93 2 8B 0 63 5 2A 12F 61 1D
Octal 223 2 213 0 143 5 52 457 141 35
Binary 10010011 10 10001011 0 1100011 101 101010 100101111 1100001 11101

Color Harmonies of #93028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93028B

Black with #93028B

Text Example


Text Example

White with #93028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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