Html Css Color HEX #800695 Dark Magenta

📋 copy color: '#800695'

red 128 ◦ green 6 ◦ blue 149

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

Shades of Dark Magenta #800695

Tints of Dark Magenta #800695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.65%

R = 45.23%
G = 2.12%
B = 52.65%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#800695 (or 0x800695) is known color: Dark Magenta. HEX triplet: 80, 06 and 95. RGB value is (128,6,149). Sum of RGB (Red+Green+Blue) = 128+6+149=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 149 (58.59% from 255 or 52.65% from 283); Max value from RGB is 149 - color contains mainly: blue. Hex color #800695 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800695 is #7FF96A. Grayscale: #3A3A3A. Windows color (decimal): -8386923 or 9766528. OLE color: 9766528.

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

Color convert

RGB 128 6 149 -
CMYK 0.14 0.96 0 0.42
HSL 291.19º 0.92% 0.3% -
HSV(B) 291.19º 0.96% 0.58% -
XYZ 14.39 6.89 29.01 -
YUV 58.78 178.92 177.37 -
System Red Green Blue C M Y K H S L
Decimal 128 6 149 0.14 0.96 0 0.42 291.19 0.92 0.3
Hex 80 6 95 E 60 0 2A 123 5C 1E
Octal 200 6 225 16 140 0 52 443 134 36
Binary 10000000 110 10010101 1110 1100000 0 101010 100100011 1011100 11110

Color Harmonies of #800695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800695

Black with #800695

Text Example


Text Example

White with #800695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800695; }

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

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

background-color css

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

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

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

border-color css

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

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

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