Html Css Color HEX #920289 Dark Magenta

📋 copy color: '#920289'

red 146 ◦ green 2 ◦ blue 137

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

Shades of Dark Magenta #920289

Tints of Dark Magenta #920289

RGB

 RED value IS 146 (57.42% from 255) = 51.23%

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

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

R = 51.23%
G = 0.7%
B = 48.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#920289 (or 0x920289) is known color: Dark Magenta. HEX triplet: 92, 02 and 89. RGB value is (146,2,137). Sum of RGB (Red+Green+Blue) = 146+2+137=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #920289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920289 is #6DFD76. Grayscale: #3C3C3C. Windows color (decimal): -7208311 or 8979090. OLE color: 8979090.

HSL color Cylindrical-coordinate representation of color #920289: hue angle of 303.75º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #920289 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 2 137 -
CMYK 0 0.99 0.06 0.43
HSL 303.75º 0.97% 0.29% -
HSV(B) 303.75º 0.99% 0.57% -
XYZ 16.39 7.96 24.34 -
YUV 60.45 171.21 189.02 -
System Red Green Blue C M Y K H S L
Decimal 146 2 137 0 0.99 0.06 0.43 303.75 0.97 0.29
Hex 92 2 89 0 63 6 2B 130 61 1D
Octal 222 2 211 0 143 6 53 460 141 35
Binary 10010010 10 10001001 0 1100011 110 101011 100110000 1100001 11101

Color Harmonies of #920289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920289

Black with #920289

Text Example


Text Example

White with #920289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920289; }

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

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

background-color css

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

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

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

border-color css

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

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

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