Html Css Color HEX #920092 Dark Magenta

📋 copy color: '#920092'

red 146 ◦ green 0 ◦ blue 146

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

Shades of Dark Magenta #920092

Tints of Dark Magenta #920092

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 146 (57.42% from 255) = 50%

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#920092 (or 0x920092) is known color: Dark Magenta. HEX triplet: 92, 00 and 92. RGB value is (146,0,146). Sum of RGB (Red+Green+Blue) = 146+0+146=292 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 146 (57.42% from 255 or 50% from 292); Max value from RGB is 146 - color contains mainly: red, blue. Hex color #920092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920092 is #6DFF6D. Grayscale: #3B3B3B. Windows color (decimal): -7208814 or 9568402. OLE color: 9568402.

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

Color convert

RGB 146 0 146 -
CMYK 0 1 0 0.43
HSL 300º 1% 0.29% -
HSV(B) 300º 1% 0.57% -
XYZ 17.04 8.19 27.88 -
YUV 60.3 176.37 189.13 -
System Red Green Blue C M Y K H S L
Decimal 146 0 146 0 1 0 0.43 300 1 0.29
Hex 92 0 92 0 64 0 2B 12C 64 1D
Octal 222 0 222 0 144 0 53 454 144 35
Binary 10010010 0 10010010 0 1100100 0 101011 100101100 1100100 11101

Color Harmonies of #920092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920092

Black with #920092

Text Example


Text Example

White with #920092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920092; }

 p { color: rgb(146,0,146); }

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

background-color css

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

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

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

border-color css

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

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

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