Html Css Color HEX #93129F Dark Magenta

📋 copy color: '#93129F'

red 147 ◦ green 18 ◦ blue 159

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

Shades of Dark Magenta #93129F

Tints of Dark Magenta #93129F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.56%

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

R = 45.37%
G = 5.56%
B = 49.07%

CMYK

 C value IS 0.08

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#93129F (or 0x93129F) is known color: Dark Magenta. HEX triplet: 93, 12 and 9F. RGB value is (147,18,159). Sum of RGB (Red+Green+Blue) = 147+18+159=324 (42% of max value = 765). Red value is 147 (57.81% from 255 or 45.37% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #93129F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #93129F is #6CED60. Grayscale: #484848. Windows color (decimal): -7138657 or 10424979. OLE color: 10424979.

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

Color convert

RGB 147 18 159 -
CMYK 0.08 0.89 0 0.38
HSL 294.89º 0.8% 0.35% -
HSV(B) 294.89º 0.89% 0.62% -
XYZ 18.51 9.14 33.59 -
YUV 72.65 176.74 181.04 -
System Red Green Blue C M Y K H S L
Decimal 147 18 159 0.08 0.89 0 0.38 294.89 0.8 0.35
Hex 93 12 9F 8 59 0 26 127 50 23
Octal 223 22 237 10 131 0 46 447 120 43
Binary 10010011 10010 10011111 1000 1011001 0 100110 100100111 1010000 100011

Color Harmonies of #93129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93129F

Black with #93129F

Text Example


Text Example

White with #93129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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