Html Css Color HEX #920091 Dark Magenta

📋 copy color: '#920091'

red 146 ◦ green 0 ◦ blue 145

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

Shades of Dark Magenta #920091

Tints of Dark Magenta #920091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 49.83%

R = 50.17%
G = 0%
B = 49.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#920091 (or 0x920091) is known color: Dark Magenta. HEX triplet: 92, 00 and 91. RGB value is (146,0,145). Sum of RGB (Red+Green+Blue) = 146+0+145=291 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.17% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 145 (57.03% from 255 or 49.83% from 291); Max value from RGB is 146 - color contains mainly: red. Hex color #920091 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920091 is #6DFF6E. Grayscale: #3B3B3B. Windows color (decimal): -7208815 or 9502866. OLE color: 9502866.

HSL color Cylindrical-coordinate representation of color #920091: hue angle of 300.41º 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 #920091 is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 0 145 -
CMYK 0 1 0.01 0.43
HSL 300.41º 1% 0.29% -
HSV(B) 300.41º 1% 0.57% -
XYZ 16.96 8.16 27.47 -
YUV 60.18 175.87 189.21 -
System Red Green Blue C M Y K H S L
Decimal 146 0 145 0 1 0.01 0.43 300.41 1 0.29
Hex 92 0 91 0 64 1 2B 12C 64 1D
Octal 222 0 221 0 144 1 53 454 144 35
Binary 10010010 0 10010001 0 1100100 1 101011 100101100 1100100 11101

Color Harmonies of #920091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920091

Black with #920091

Text Example


Text Example

White with #920091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920091; }

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

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

background-color css

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

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

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

border-color css

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

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

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