Html Css Color HEX #920794 Dark Magenta

📋 copy color: '#920794'

red 146 ◦ green 7 ◦ blue 148

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

Shades of Dark Magenta #920794

Tints of Dark Magenta #920794

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.33%

 BLUE value IS 148 (58.2% from 255) = 49.17%

R = 48.5%
G = 2.33%
B = 49.17%

CMYK

 C value IS 0.01

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#920794 (or 0x920794) is known color: Dark Magenta. HEX triplet: 92, 07 and 94. RGB value is (146,7,148). Sum of RGB (Red+Green+Blue) = 146+7+148=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #920794 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920794 is #6DF86B. Grayscale: #404040. Windows color (decimal): -7207020 or 9701266. OLE color: 9701266.

HSL color Cylindrical-coordinate representation of color #920794: hue angle of 299.15º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920794 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 146 7 148 -
CMYK 0.01 0.95 0 0.42
HSL 299.15º 0.91% 0.3% -
HSV(B) 299.15º 0.95% 0.58% -
XYZ 17.28 8.4 28.73 -
YUV 64.64 175.05 186.04 -
System Red Green Blue C M Y K H S L
Decimal 146 7 148 0.01 0.95 0 0.42 299.15 0.91 0.3
Hex 92 7 94 1 5F 0 2A 12B 5B 1E
Octal 222 7 224 1 137 0 52 453 133 36
Binary 10010010 111 10010100 1 1011111 0 101010 100101011 1011011 11110

Color Harmonies of #920794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920794

Black with #920794

Text Example


Text Example

White with #920794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920794; }

 p { color: rgb(146,7,148); }

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

background-color css

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

 a { background-color: rgb(146,7,148); }

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

border-color css

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

 span { border-color: rgb(146,7,148); }

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