Html Css Color HEX #920381 Dark Magenta

📋 copy color: '#920381'

red 146 ◦ green 3 ◦ blue 129

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

Shades of Dark Magenta #920381

Tints of Dark Magenta #920381

RGB

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

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

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

R = 52.52%
G = 1.08%
B = 46.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.43

RGB Variations

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

Color information

#920381 (or 0x920381) is known color: Dark Magenta. HEX triplet: 92, 03 and 81. RGB value is (146,3,129). Sum of RGB (Red+Green+Blue) = 146+3+129=278 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.52% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 146 - color contains mainly: red. Hex color #920381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920381 is #6DFC7E. Grayscale: #3B3B3B. Windows color (decimal): -7208063 or 8455058. OLE color: 8455058.

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

Color convert

RGB 146 3 129 -
CMYK 0 0.98 0.12 0.43
HSL 307.13º 0.96% 0.29% -
HSV(B) 307.13º 0.98% 0.57% -
XYZ 15.85 7.76 21.43 -
YUV 60.12 166.88 189.25 -
System Red Green Blue C M Y K H S L
Decimal 146 3 129 0 0.98 0.12 0.43 307.13 0.96 0.29
Hex 92 3 81 0 62 C 2B 133 60 1D
Octal 222 3 201 0 142 14 53 463 140 35
Binary 10010010 11 10000001 0 1100010 1100 101011 100110011 1100000 11101

Color Harmonies of #920381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920381

Black with #920381

Text Example


Text Example

White with #920381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920381; }

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

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

background-color css

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

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

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

border-color css

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

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

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