Html Css Color HEX #801694 Dark Magenta

📋 copy color: '#801694'

red 128 ◦ green 22 ◦ blue 148

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

Shades of Dark Magenta #801694

Tints of Dark Magenta #801694

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.38%

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

R = 42.95%
G = 7.38%
B = 49.66%

CMYK

 C value IS 0.14

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#801694 (or 0x801694) is known color: Dark Magenta. HEX triplet: 80, 16 and 94. RGB value is (128,22,148). Sum of RGB (Red+Green+Blue) = 128+22+148=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #801694 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801694 is #7FE96B. Grayscale: #434343. Windows color (decimal): -8382828 or 9705088. OLE color: 9705088.

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

Color convert

RGB 128 22 148 -
CMYK 0.14 0.85 0 0.42
HSL 290.48º 0.74% 0.33% -
HSV(B) 290.48º 0.85% 0.58% -
XYZ 14.53 7.3 28.66 -
YUV 68.06 173.12 170.75 -
System Red Green Blue C M Y K H S L
Decimal 128 22 148 0.14 0.85 0 0.42 290.48 0.74 0.33
Hex 80 16 94 E 55 0 2A 122 4A 21
Octal 200 26 224 16 125 0 52 442 112 41
Binary 10000000 10110 10010100 1110 1010101 0 101010 100100010 1001010 100001

Color Harmonies of #801694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801694

Black with #801694

Text Example


Text Example

White with #801694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801694; }

 p { color: rgb(128,22,148); }

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

background-color css

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

 a { background-color: rgb(128,22,148); }

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

border-color css

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

 span { border-color: rgb(128,22,148); }

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