Html Css Color HEX #92077F Dark Magenta

📋 copy color: '#92077F'

red 146 ◦ green 7 ◦ blue 127

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

Shades of Dark Magenta #92077F

Tints of Dark Magenta #92077F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.5%

 BLUE value IS 127 (50% from 255) = 45.36%

R = 52.14%
G = 2.5%
B = 45.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.13

 K value IS 0.43

RGB Variations

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

Color information

#92077F (or 0x92077F) is known color: Dark Magenta. HEX triplet: 92, 07 and 7F. RGB value is (146,7,127). Sum of RGB (Red+Green+Blue) = 146+7+127=280 (37% of max value = 765). Red value is 146 (57.42% from 255 or 52.14% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 146 - color contains mainly: red. Hex color #92077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92077F is #6DF880. Grayscale: #3D3D3D. Windows color (decimal): -7207041 or 8325010. OLE color: 8325010.

HSL color Cylindrical-coordinate representation of color #92077F: hue angle of 308.2º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #92077F is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 7 127 -
CMYK 0 0.95 0.13 0.43
HSL 308.2º 0.91% 0.3% -
HSV(B) 308.2º 0.95% 0.57% -
XYZ 15.76 7.8 20.75 -
YUV 62.24 164.55 187.74 -
System Red Green Blue C M Y K H S L
Decimal 146 7 127 0 0.95 0.13 0.43 308.2 0.91 0.3
Hex 92 7 7F 0 5F D 2B 134 5B 1E
Octal 222 7 177 0 137 15 53 464 133 36
Binary 10010010 111 1111111 0 1011111 1101 101011 100110100 1011011 11110

Color Harmonies of #92077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92077F

Black with #92077F

Text Example


Text Example

White with #92077F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,7,127); }

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

background-color css

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

 a { background-color: rgb(146,7,127); }

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

border-color css

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

 span { border-color: rgb(146,7,127); }

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