Html Css Color HEX #930591 Dark Magenta

📋 copy color: '#930591'

red 147 ◦ green 5 ◦ blue 145

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

Shades of Dark Magenta #930591

Tints of Dark Magenta #930591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.68%

 BLUE value IS 145 (57.03% from 255) = 48.82%

R = 49.49%
G = 1.68%
B = 48.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#930591 (or 0x930591) is known color: Dark Magenta. HEX triplet: 93, 05 and 91. RGB value is (147,5,145). Sum of RGB (Red+Green+Blue) = 147+5+145=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #930591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930591 is #6CFA6E. Grayscale: #3F3F3F. Windows color (decimal): -7141999 or 9504147. OLE color: 9504147.

HSL color Cylindrical-coordinate representation of color #930591: hue angle of 300.85º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #930591 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 5 145 -
CMYK 0 0.97 0.01 0.42
HSL 300.85º 0.93% 0.3% -
HSV(B) 300.85º 0.97% 0.58% -
XYZ 17.2 8.36 27.49 -
YUV 63.42 174.04 187.62 -
System Red Green Blue C M Y K H S L
Decimal 147 5 145 0 0.97 0.01 0.42 300.85 0.93 0.3
Hex 93 5 91 0 61 1 2A 12D 5D 1E
Octal 223 5 221 0 141 1 52 455 135 36
Binary 10010011 101 10010001 0 1100001 1 101010 100101101 1011101 11110

Color Harmonies of #930591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930591

Black with #930591

Text Example


Text Example

White with #930591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930591; }

 p { color: rgb(147,5,145); }

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

background-color css

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

 a { background-color: rgb(147,5,145); }

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

border-color css

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

 span { border-color: rgb(147,5,145); }

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