Html Css Color HEX #810095 Dark Magenta

📋 copy color: '#810095'

red 129 ◦ green 0 ◦ blue 149

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

Shades of Dark Magenta #810095

Tints of Dark Magenta #810095

RGB

 RED value IS 129 (50.78% from 255) = 46.4%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 46.4%
G = 0%
B = 53.6%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#810095 (or 0x810095) is known color: Dark Magenta. HEX triplet: 81, 00 and 95. RGB value is (129,0,149). Sum of RGB (Red+Green+Blue) = 129+0+149=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 0 (0.39% from 255 or 0% 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 #810095 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810095 is #7EFF6A. Grayscale: #373737. Windows color (decimal): -8322923 or 9764993. OLE color: 9764993.

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

Color convert

RGB 129 0 149 -
CMYK 0.13 1 0 0.42
HSL 291.95º 1% 0.29% -
HSV(B) 291.95º 1% 0.58% -
XYZ 14.48 6.84 28.99 -
YUV 55.56 180.74 180.38 -
System Red Green Blue C M Y K H S L
Decimal 129 0 149 0.13 1 0 0.42 291.95 1 0.29
Hex 81 0 95 D 64 0 2A 124 64 1D
Octal 201 0 225 15 144 0 52 444 144 35
Binary 10000001 0 10010101 1101 1100100 0 101010 100100100 1100100 11101

Color Harmonies of #810095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810095

Black with #810095

Text Example


Text Example

White with #810095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810095; }

 p { color: rgb(129,0,149); }

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

background-color css

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

 a { background-color: rgb(129,0,149); }

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

border-color css

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

 span { border-color: rgb(129,0,149); }

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