Html Css Color HEX #92037C Dark Magenta

📋 copy color: '#92037C'

red 146 ◦ green 3 ◦ blue 124

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

Shades of Dark Magenta #92037C

Tints of Dark Magenta #92037C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

 BLUE value IS 124 (48.83% from 255) = 45.42%

R = 53.48%
G = 1.1%
B = 45.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.43

RGB Variations

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

Color information

#92037C (or 0x92037C) is known color: Dark Magenta. HEX triplet: 92, 03 and 7C. RGB value is (146,3,124). Sum of RGB (Red+Green+Blue) = 146+3+124=273 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.48% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 146 - color contains mainly: red. Hex color #92037C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92037C is #6DFC83. Grayscale: #3B3B3B. Windows color (decimal): -7208068 or 8127378. OLE color: 8127378.

HSL color Cylindrical-coordinate representation of color #92037C: hue angle of 309.23º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #92037C is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 3 124 -
CMYK 0 0.98 0.15 0.43
HSL 309.23º 0.96% 0.29% -
HSV(B) 309.23º 0.98% 0.57% -
XYZ 15.52 7.63 19.72 -
YUV 59.55 164.38 189.66 -
System Red Green Blue C M Y K H S L
Decimal 146 3 124 0 0.98 0.15 0.43 309.23 0.96 0.29
Hex 92 3 7C 0 62 F 2B 135 60 1D
Octal 222 3 174 0 142 17 53 465 140 35
Binary 10010010 11 1111100 0 1100010 1111 101011 100110101 1100000 11101

Color Harmonies of #92037C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92037C

Black with #92037C

Text Example


Text Example

White with #92037C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92037C; }

 p { color: rgb(146,3,124); }

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

background-color css

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

 a { background-color: rgb(146,3,124); }

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

border-color css

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

 span { border-color: rgb(146,3,124); }

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