Html Css Color HEX #920E83 Dark Magenta

📋 copy color: '#920E83'

red 146 ◦ green 14 ◦ blue 131

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

Shades of Dark Magenta #920E83

Tints of Dark Magenta #920E83

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.81%

 BLUE value IS 131 (51.56% from 255) = 45.02%

R = 50.17%
G = 4.81%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#920E83 (or 0x920E83) is known color: Dark Magenta. HEX triplet: 92, 0E and 83. RGB value is (146,14,131). Sum of RGB (Red+Green+Blue) = 146+14+131=291 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.17% from 291); Green value is 14 (5.86% from 255 or 4.81% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 146 - color contains mainly: red. Hex color #920E83 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920E83 is #6DF17C. Grayscale: #424242. Windows color (decimal): -7205245 or 8588946. OLE color: 8588946.

HSL color Cylindrical-coordinate representation of color #920E83: hue angle of 306.82º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920E83 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 14 131 -
CMYK 0 0.90 0.10 0.43
HSL 306.82º 0.83% 0.31% -
HSV(B) 306.82º 0.9% 0.57% -
XYZ 16.11 8.06 22.18 -
YUV 66.81 164.23 184.49 -
System Red Green Blue C M Y K H S L
Decimal 146 14 131 0 0.90 0.10 0.43 306.82 0.83 0.31
Hex 92 E 83 0 5A A 2B 133 52 1F
Octal 222 16 203 0 132 12 53 463 122 37
Binary 10010010 1110 10000011 0 1011010 1010 101011 100110011 1010010 11111

Color Harmonies of #920E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920E83

Black with #920E83

Text Example


Text Example

White with #920E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920E83; }

 p { color: rgb(146,14,131); }

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

background-color css

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

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

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

border-color css

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

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

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