Html Css Color HEX #810993 Dark Magenta

📋 copy color: '#810993'

red 129 ◦ green 9 ◦ blue 147

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

Shades of Dark Magenta #810993

Tints of Dark Magenta #810993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.16%

 BLUE value IS 147 (57.81% from 255) = 51.58%

R = 45.26%
G = 3.16%
B = 51.58%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#810993 (or 0x810993) is known color: Dark Magenta. HEX triplet: 81, 09 and 93. RGB value is (129,9,147). Sum of RGB (Red+Green+Blue) = 129+9+147=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #810993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810993 is #7EF66C. Grayscale: #3C3C3C. Windows color (decimal): -8320621 or 9636225. OLE color: 9636225.

HSL color Cylindrical-coordinate representation of color #810993: hue angle of 292.17º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810993 is Cyan = 0.12, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 9 147 -
CMYK 0.12 0.94 0 0.42
HSL 292.17º 0.88% 0.31% -
HSV(B) 292.17º 0.94% 0.58% -
XYZ 14.42 6.97 28.19 -
YUV 60.61 176.76 176.78 -
System Red Green Blue C M Y K H S L
Decimal 129 9 147 0.12 0.94 0 0.42 292.17 0.88 0.31
Hex 81 9 93 C 5E 0 2A 124 58 1F
Octal 201 11 223 14 136 0 52 444 130 37
Binary 10000001 1001 10010011 1100 1011110 0 101010 100100100 1011000 11111

Color Harmonies of #810993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810993

Black with #810993

Text Example


Text Example

White with #810993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810993; }

 p { color: rgb(129,9,147); }

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

background-color css

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

 a { background-color: rgb(129,9,147); }

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

border-color css

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

 span { border-color: rgb(129,9,147); }

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