Html Css Color HEX #920683 Dark Magenta

📋 copy color: '#920683'

red 146 ◦ green 6 ◦ blue 131

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

Shades of Dark Magenta #920683

Tints of Dark Magenta #920683

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.12%

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

R = 51.59%
G = 2.12%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#920683 (or 0x920683) is known color: Dark Magenta. HEX triplet: 92, 06 and 83. RGB value is (146,6,131). Sum of RGB (Red+Green+Blue) = 146+6+131=283 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.59% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 146 - color contains mainly: red. Hex color #920683 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920683 is #6DF97C. Grayscale: #3D3D3D. Windows color (decimal): -7207293 or 8586898. OLE color: 8586898.

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

Color convert

RGB 146 6 131 -
CMYK 0 0.96 0.10 0.43
HSL 306.43º 0.92% 0.3% -
HSV(B) 306.43º 0.96% 0.57% -
XYZ 16.02 7.88 22.15 -
YUV 62.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 146 6 131 0 0.96 0.10 0.43 306.43 0.92 0.3
Hex 92 6 83 0 60 A 2B 132 5C 1E
Octal 222 6 203 0 140 12 53 462 134 36
Binary 10010010 110 10000011 0 1100000 1010 101011 100110010 1011100 11110

Color Harmonies of #920683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920683

Black with #920683

Text Example


Text Example

White with #920683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920683; }

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

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

background-color css

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

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

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

border-color css

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

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

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