Html Css Color HEX #800698 Dark Magenta

📋 copy color: '#800698'

red 128 ◦ green 6 ◦ blue 152

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

Shades of Dark Magenta #800698

Tints of Dark Magenta #800698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 53.15%

R = 44.76%
G = 2.1%
B = 53.15%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#800698 (or 0x800698) is known color: Dark Magenta. HEX triplet: 80, 06 and 98. RGB value is (128,6,152). Sum of RGB (Red+Green+Blue) = 128+6+152=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 6 (2.73% from 255 or 2.10% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #800698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800698 is #7FF967. Grayscale: #3A3A3A. Windows color (decimal): -8386920 or 9963136. OLE color: 9963136.

HSL color Cylindrical-coordinate representation of color #800698: hue angle of 290.14º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #800698 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 128 6 152 -
CMYK 0.16 0.96 0 0.40
HSL 290.14º 0.92% 0.31% -
HSV(B) 290.14º 0.96% 0.6% -
XYZ 14.63 6.99 30.28 -
YUV 59.12 180.42 177.13 -
System Red Green Blue C M Y K H S L
Decimal 128 6 152 0.16 0.96 0 0.40 290.14 0.92 0.31
Hex 80 6 98 10 60 0 28 122 5C 1F
Octal 200 6 230 20 140 0 50 442 134 37
Binary 10000000 110 10011000 10000 1100000 0 101000 100100010 1011100 11111

Color Harmonies of #800698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800698

Black with #800698

Text Example


Text Example

White with #800698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800698; }

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

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

background-color css

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

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

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

border-color css

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

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

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