Html Css Color HEX #930289 Dark Magenta

📋 copy color: '#930289'

red 147 ◦ green 2 ◦ blue 137

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

Shades of Dark Magenta #930289

Tints of Dark Magenta #930289

RGB

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

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

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

R = 51.4%
G = 0.7%
B = 47.9%

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

#930289 (or 0x930289) is known color: Dark Magenta. HEX triplet: 93, 02 and 89. RGB value is (147,2,137). Sum of RGB (Red+Green+Blue) = 147+2+137=286 (37% of max value = 765). Red value is 147 (57.81% from 255 or 51.40% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 147 - color contains mainly: red. Hex color #930289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930289 is #6CFD76. Grayscale: #3C3C3C. Windows color (decimal): -7142775 or 8979091. OLE color: 8979091.

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

Color convert

RGB 147 2 137 -
CMYK 0 0.99 0.07 0.42
HSL 304.14º 0.97% 0.29% -
HSV(B) 304.14º 0.99% 0.58% -
XYZ 16.57 8.05 24.35 -
YUV 60.75 171.04 189.52 -
System Red Green Blue C M Y K H S L
Decimal 147 2 137 0 0.99 0.07 0.42 304.14 0.97 0.29
Hex 93 2 89 0 63 7 2A 130 61 1D
Octal 223 2 211 0 143 7 52 460 141 35
Binary 10010011 10 10001001 0 1100011 111 101010 100110000 1100001 11101

Color Harmonies of #930289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930289

Black with #930289

Text Example


Text Example

White with #930289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930289; }

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

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

background-color css

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

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

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

border-color css

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

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

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