Html Css Color HEX #93029F Dark Magenta

📋 copy color: '#93029F'

red 147 ◦ green 2 ◦ blue 159

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

Shades of Dark Magenta #93029F

Tints of Dark Magenta #93029F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.62%

R = 47.73%
G = 0.65%
B = 51.62%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#93029F (or 0x93029F) is known color: Dark Magenta. HEX triplet: 93, 02 and 9F. RGB value is (147,2,159). Sum of RGB (Red+Green+Blue) = 147+2+159=308 (40% of max value = 765). Red value is 147 (57.81% from 255 or 47.73% from 308); Green value is 2 (1.17% from 255 or 0.65% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #93029F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93029F is #6CFD60. Grayscale: #3E3E3E. Windows color (decimal): -7142753 or 10420883. OLE color: 10420883.

HSL color Cylindrical-coordinate representation of color #93029F: hue angle of 295.41º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #93029F is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 147 2 159 -
CMYK 0.08 0.99 0 0.38
HSL 295.41º 0.98% 0.32% -
HSV(B) 295.41º 0.99% 0.62% -
XYZ 18.31 8.75 33.52 -
YUV 63.25 182.04 187.73 -
System Red Green Blue C M Y K H S L
Decimal 147 2 159 0.08 0.99 0 0.38 295.41 0.98 0.32
Hex 93 2 9F 8 63 0 26 127 62 20
Octal 223 2 237 10 143 0 46 447 142 40
Binary 10010011 10 10011111 1000 1100011 0 100110 100100111 1100010 100000

Color Harmonies of #93029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93029F

Black with #93029F

Text Example


Text Example

White with #93029F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #93029F;
 }
 .AnyTagClassName
 {
   color: #93029F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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