Html Css Color HEX #920893 Dark Magenta

📋 copy color: '#920893'

red 146 ◦ green 8 ◦ blue 147

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

Shades of Dark Magenta #920893

Tints of Dark Magenta #920893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 48.84%

R = 48.5%
G = 2.66%
B = 48.84%

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

#920893 (or 0x920893) is known color: Dark Magenta. HEX triplet: 92, 08 and 93. RGB value is (146,8,147). Sum of RGB (Red+Green+Blue) = 146+8+147=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #920893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920893 is #6DF76C. Grayscale: #404040. Windows color (decimal): -7206765 or 9635986. OLE color: 9635986.

HSL color Cylindrical-coordinate representation of color #920893: hue angle of 299.57º degrees, saturation: 0.9, 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 #920893 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 146 8 147 -
CMYK 0.01 0.95 0 0.42
HSL 299.57º 0.9% 0.3% -
HSV(B) 299.57º 0.95% 0.58% -
XYZ 17.21 8.39 28.32 -
YUV 65.11 174.22 185.7 -
System Red Green Blue C M Y K H S L
Decimal 146 8 147 0.01 0.95 0 0.42 299.57 0.9 0.3
Hex 92 8 93 1 5F 0 2A 12C 5A 1E
Octal 222 10 223 1 137 0 52 454 132 36
Binary 10010010 1000 10010011 1 1011111 0 101010 100101100 1011010 11110

Color Harmonies of #920893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920893

Black with #920893

Text Example


Text Example

White with #920893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920893; }

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

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

background-color css

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

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

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

border-color css

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

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

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