Html Css Color HEX #800195 Dark Magenta

📋 copy color: '#800195'

red 128 ◦ green 1 ◦ blue 149

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

Shades of Dark Magenta #800195

Tints of Dark Magenta #800195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 46.04%
G = 0.36%
B = 53.6%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#800195 (or 0x800195) is known color: Dark Magenta. HEX triplet: 80, 01 and 95. RGB value is (128,1,149). Sum of RGB (Red+Green+Blue) = 128+1+149=278 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.04% from 278); Green value is 1 (0.78% from 255 or 0.36% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #800195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800195 is #7FFE6A. Grayscale: #373737. Windows color (decimal): -8388203 or 9765248. OLE color: 9765248.

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

Color convert

RGB 128 1 149 -
CMYK 0.14 0.99 0 0.42
HSL 291.49º 0.99% 0.29% -
HSV(B) 291.49º 0.99% 0.58% -
XYZ 14.34 6.78 28.99 -
YUV 55.85 180.58 179.47 -
System Red Green Blue C M Y K H S L
Decimal 128 1 149 0.14 0.99 0 0.42 291.49 0.99 0.29
Hex 80 1 95 E 63 0 2A 123 63 1D
Octal 200 1 225 16 143 0 52 443 143 35
Binary 10000000 1 10010101 1110 1100011 0 101010 100100011 1100011 11101

Color Harmonies of #800195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800195

Black with #800195

Text Example


Text Example

White with #800195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800195; }

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

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

background-color css

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

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

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

border-color css

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

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

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