Html Css Color HEX #920883 Dark Magenta

📋 copy color: '#920883'

red 146 ◦ green 8 ◦ blue 131

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

Shades of Dark Magenta #920883

Tints of Dark Magenta #920883

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.81%

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

R = 51.23%
G = 2.81%
B = 45.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#920883 (or 0x920883) is known color: Dark Magenta. HEX triplet: 92, 08 and 83. RGB value is (146,8,131). Sum of RGB (Red+Green+Blue) = 146+8+131=285 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.23% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 146 - color contains mainly: red. Hex color #920883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920883 is #6DF77C. Grayscale: #3E3E3E. Windows color (decimal): -7206781 or 8587410. OLE color: 8587410.

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

Color convert

RGB 146 8 131 -
CMYK 0 0.95 0.10 0.43
HSL 306.52º 0.9% 0.3% -
HSV(B) 306.52º 0.95% 0.57% -
XYZ 16.04 7.92 22.16 -
YUV 63.28 166.22 187 -
System Red Green Blue C M Y K H S L
Decimal 146 8 131 0 0.95 0.10 0.43 306.52 0.9 0.3
Hex 92 8 83 0 5F A 2B 133 5A 1E
Octal 222 10 203 0 137 12 53 463 132 36
Binary 10010010 1000 10000011 0 1011111 1010 101011 100110011 1011010 11110

Color Harmonies of #920883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920883

Black with #920883

Text Example


Text Example

White with #920883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920883; }

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

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

background-color css

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

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

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

border-color css

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

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

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