Html Css Color HEX #810093 Dark Magenta

📋 copy color: '#810093'

red 129 ◦ green 0 ◦ blue 147

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

Shades of Dark Magenta #810093

Tints of Dark Magenta #810093

RGB

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

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

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

R = 46.74%
G = 0%
B = 53.26%

CMYK

 C value IS 0.12

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#810093 (or 0x810093) is known color: Dark Magenta. HEX triplet: 81, 00 and 93. RGB value is (129,0,147). Sum of RGB (Red+Green+Blue) = 129+0+147=276 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.74% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #810093 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810093 is #7EFF6C. Grayscale: #363636. Windows color (decimal): -8322925 or 9633921. OLE color: 9633921.

HSL color Cylindrical-coordinate representation of color #810093: hue angle of 292.65º 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 #810093 is Cyan = 0.12, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 129 0 147 -
CMYK 0.12 1 0 0.42
HSL 292.65º 1% 0.29% -
HSV(B) 292.65º 1% 0.58% -
XYZ 14.32 6.77 28.16 -
YUV 55.33 179.74 180.55 -
System Red Green Blue C M Y K H S L
Decimal 129 0 147 0.12 1 0 0.42 292.65 1 0.29
Hex 81 0 93 C 64 0 2A 125 64 1D
Octal 201 0 223 14 144 0 52 445 144 35
Binary 10000001 0 10010011 1100 1100100 0 101010 100100101 1100100 11101

Color Harmonies of #810093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810093

Black with #810093

Text Example


Text Example

White with #810093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810093; }

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

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

background-color css

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

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

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

border-color css

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

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

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