Html Css Color HEX #81068A Dark Magenta

📋 copy color: '#81068A'

red 129 ◦ green 6 ◦ blue 138

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

Shades of Dark Magenta #81068A

Tints of Dark Magenta #81068A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.2%

 BLUE value IS 138 (54.3% from 255) = 50.55%

R = 47.25%
G = 2.2%
B = 50.55%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#81068A (or 0x81068A) is known color: Dark Magenta. HEX triplet: 81, 06 and 8A. RGB value is (129,6,138). Sum of RGB (Red+Green+Blue) = 129+6+138=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #81068A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81068A is #7EF975. Grayscale: #393939. Windows color (decimal): -8321398 or 9045633. OLE color: 9045633.

HSL color Cylindrical-coordinate representation of color #81068A: hue angle of 295.91º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81068A is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 6 138 -
CMYK 0.07 0.96 0 0.46
HSL 295.91º 0.92% 0.28% -
HSV(B) 295.91º 0.96% 0.54% -
XYZ 13.71 6.63 24.6 -
YUV 57.83 173.25 178.77 -
System Red Green Blue C M Y K H S L
Decimal 129 6 138 0.07 0.96 0 0.46 295.91 0.92 0.28
Hex 81 6 8A 7 60 0 2E 128 5C 1C
Octal 201 6 212 7 140 0 56 450 134 34
Binary 10000001 110 10001010 111 1100000 0 101110 100101000 1011100 11100

Color Harmonies of #81068A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81068A

Black with #81068A

Text Example


Text Example

White with #81068A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81068A; }

 p { color: rgb(129,6,138); }

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

background-color css

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

 a { background-color: rgb(129,6,138); }

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

border-color css

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

 span { border-color: rgb(129,6,138); }

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