Html Css Color HEX #810690 Dark Magenta

📋 copy color: '#810690'

red 129 ◦ green 6 ◦ blue 144

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

Shades of Dark Magenta #810690

Tints of Dark Magenta #810690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.61%

R = 46.24%
G = 2.15%
B = 51.61%

CMYK

 C value IS 0.10

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#810690 (or 0x810690) is known color: Dark Magenta. HEX triplet: 81, 06 and 90. RGB value is (129,6,144). Sum of RGB (Red+Green+Blue) = 129+6+144=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #810690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810690 is #7EF96F. Grayscale: #3A3A3A. Windows color (decimal): -8321392 or 9438849. OLE color: 9438849.

HSL color Cylindrical-coordinate representation of color #810690: hue angle of 293.48º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #810690 is Cyan = 0.10, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 129 6 144 -
CMYK 0.10 0.96 0 0.44
HSL 293.48º 0.92% 0.29% -
HSV(B) 293.48º 0.96% 0.56% -
XYZ 14.15 6.81 26.95 -
YUV 58.51 176.25 178.28 -
System Red Green Blue C M Y K H S L
Decimal 129 6 144 0.10 0.96 0 0.44 293.48 0.92 0.29
Hex 81 6 90 A 60 0 2C 125 5C 1D
Octal 201 6 220 12 140 0 54 445 134 35
Binary 10000001 110 10010000 1010 1100000 0 101100 100100101 1011100 11101

Color Harmonies of #810690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810690

Black with #810690

Text Example


Text Example

White with #810690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810690; }

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

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

background-color css

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

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

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

border-color css

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

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

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