Html Css Color HEX #920884 Dark Magenta

📋 copy color: '#920884'

red 146 ◦ green 8 ◦ blue 132

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

Shades of Dark Magenta #920884

Tints of Dark Magenta #920884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 46.15%

R = 51.05%
G = 2.8%
B = 46.15%

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

#920884 (or 0x920884) is known color: Dark Magenta. HEX triplet: 92, 08 and 84. RGB value is (146,8,132). Sum of RGB (Red+Green+Blue) = 146+8+132=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 8 (3.52% from 255 or 2.80% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #920884 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920884 is #6DF77B. Grayscale: #3F3F3F. Windows color (decimal): -7206780 or 8652946. OLE color: 8652946.

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

Color convert

RGB 146 8 132 -
CMYK 0 0.95 0.10 0.43
HSL 306.09º 0.9% 0.3% -
HSV(B) 306.09º 0.95% 0.57% -
XYZ 16.11 7.95 22.52 -
YUV 63.4 166.72 186.92 -
System Red Green Blue C M Y K H S L
Decimal 146 8 132 0 0.95 0.10 0.43 306.09 0.9 0.3
Hex 92 8 84 0 5F A 2B 132 5A 1E
Octal 222 10 204 0 137 12 53 462 132 36
Binary 10010010 1000 10000100 0 1011111 1010 101011 100110010 1011010 11110

Color Harmonies of #920884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920884

Black with #920884

Text Example


Text Example

White with #920884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920884; }

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

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

background-color css

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

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

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

border-color css

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

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

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