Html Css Color HEX #930189 Dark Magenta

📋 copy color: '#930189'

red 147 ◦ green 1 ◦ blue 137

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

Shades of Dark Magenta #930189

Tints of Dark Magenta #930189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 137 (53.91% from 255) = 48.07%

R = 51.58%
G = 0.35%
B = 48.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#930189 (or 0x930189) is known color: Dark Magenta. HEX triplet: 93, 01 and 89. RGB value is (147,1,137). Sum of RGB (Red+Green+Blue) = 147+1+137=285 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.58% from 285); Green value is 1 (0.78% from 255 or 0.35% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 147 - color contains mainly: red. Hex color #930189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930189 is #6CFE76. Grayscale: #3B3B3B. Windows color (decimal): -7143031 or 8978835. OLE color: 8978835.

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

Color convert

RGB 147 1 137 -
CMYK 0 0.99 0.07 0.42
HSL 304.11º 0.99% 0.29% -
HSV(B) 304.11º 0.99% 0.58% -
XYZ 16.56 8.03 24.34 -
YUV 60.16 171.37 189.94 -
System Red Green Blue C M Y K H S L
Decimal 147 1 137 0 0.99 0.07 0.42 304.11 0.99 0.29
Hex 93 1 89 0 63 7 2A 130 63 1D
Octal 223 1 211 0 143 7 52 460 143 35
Binary 10010011 1 10001001 0 1100011 111 101010 100110000 1100011 11101

Color Harmonies of #930189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930189

Black with #930189

Text Example


Text Example

White with #930189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930189; }

 p { color: rgb(147,1,137); }

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

background-color css

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

 a { background-color: rgb(147,1,137); }

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

border-color css

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

 span { border-color: rgb(147,1,137); }

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