Html Css Color HEX #800692 Dark Magenta

📋 copy color: '#800692'

red 128 ◦ green 6 ◦ blue 146

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

Shades of Dark Magenta #800692

Tints of Dark Magenta #800692

RGB

 RED value IS 128 (50.39% from 255) = 45.71%

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

 BLUE value IS 146 (57.42% from 255) = 52.14%

R = 45.71%
G = 2.14%
B = 52.14%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#800692 (or 0x800692) is known color: Dark Magenta. HEX triplet: 80, 06 and 92. RGB value is (128,6,146). Sum of RGB (Red+Green+Blue) = 128+6+146=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #800692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800692 is #7FF96D. Grayscale: #3A3A3A. Windows color (decimal): -8386926 or 9569920. OLE color: 9569920.

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

Color convert

RGB 128 6 146 -
CMYK 0.12 0.96 0 0.43
HSL 292.29º 0.92% 0.3% -
HSV(B) 292.29º 0.96% 0.57% -
XYZ 14.16 6.79 27.76 -
YUV 58.44 177.42 177.62 -
System Red Green Blue C M Y K H S L
Decimal 128 6 146 0.12 0.96 0 0.43 292.29 0.92 0.3
Hex 80 6 92 C 60 0 2B 124 5C 1E
Octal 200 6 222 14 140 0 53 444 134 36
Binary 10000000 110 10010010 1100 1100000 0 101011 100100100 1011100 11110

Color Harmonies of #800692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800692

Black with #800692

Text Example


Text Example

White with #800692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800692; }

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

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

background-color css

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

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

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

border-color css

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

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

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