Html Css Color HEX #920081 Dark Magenta

📋 copy color: '#920081'

red 146 ◦ green 0 ◦ blue 129

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

Shades of Dark Magenta #920081

Tints of Dark Magenta #920081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.91%

R = 53.09%
G = 0%
B = 46.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#920081 (or 0x920081) is known color: Dark Magenta. HEX triplet: 92, 00 and 81. RGB value is (146,0,129). Sum of RGB (Red+Green+Blue) = 146+0+129=275 (36% of max value = 765). Red value is 146 (57.42% from 255 or 53.09% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 146 - color contains mainly: red. Hex color #920081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920081 is #6DFF7E. Grayscale: #393939. Windows color (decimal): -7208831 or 8454290. OLE color: 8454290.

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

Color convert

RGB 146 0 129 -
CMYK 0 1 0.12 0.43
HSL 306.99º 1% 0.29% -
HSV(B) 306.99º 1% 0.57% -
XYZ 15.82 7.7 21.42 -
YUV 58.36 167.87 190.51 -
System Red Green Blue C M Y K H S L
Decimal 146 0 129 0 1 0.12 0.43 306.99 1 0.29
Hex 92 0 81 0 64 C 2B 133 64 1D
Octal 222 0 201 0 144 14 53 463 144 35
Binary 10010010 0 10000001 0 1100100 1100 101011 100110011 1100100 11101

Color Harmonies of #920081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920081

Black with #920081

Text Example


Text Example

White with #920081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920081; }

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

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

background-color css

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

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

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

border-color css

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

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

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