Html Css Color HEX #810698 Dark Magenta

📋 copy color: '#810698'

red 129 ◦ green 6 ◦ blue 152

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

Shades of Dark Magenta #810698

Tints of Dark Magenta #810698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 52.96%

R = 44.95%
G = 2.09%
B = 52.96%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#810698 (or 0x810698) is known color: Dark Magenta. HEX triplet: 81, 06 and 98. RGB value is (129,6,152). Sum of RGB (Red+Green+Blue) = 129+6+152=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 152 (59.77% from 255 or 52.96% from 287); Max value from RGB is 152 - color contains mainly: blue. Hex color #810698 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810698 is #7EF967. Grayscale: #3A3A3A. Windows color (decimal): -8321384 or 9963137. OLE color: 9963137.

HSL color Cylindrical-coordinate representation of color #810698: hue angle of 290.55º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #810698 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 129 6 152 -
CMYK 0.15 0.96 0 0.40
HSL 290.55º 0.92% 0.31% -
HSV(B) 290.55º 0.96% 0.6% -
XYZ 14.79 7.06 30.29 -
YUV 59.42 180.25 177.63 -
System Red Green Blue C M Y K H S L
Decimal 129 6 152 0.15 0.96 0 0.40 290.55 0.92 0.31
Hex 81 6 98 F 60 0 28 123 5C 1F
Octal 201 6 230 17 140 0 50 443 134 37
Binary 10000001 110 10011000 1111 1100000 0 101000 100100011 1011100 11111

Color Harmonies of #810698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810698

Black with #810698

Text Example


Text Example

White with #810698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810698; }

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

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

background-color css

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

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

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

border-color css

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

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

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