Html Css Color HEX #810998 Dark Magenta

📋 copy color: '#810998'

red 129 ◦ green 9 ◦ blue 152

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

Shades of Dark Magenta #810998

Tints of Dark Magenta #810998

RGB

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

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

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

R = 44.48%
G = 3.1%
B = 52.41%

CMYK

 C value IS 0.15

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#810998 (or 0x810998) is known color: Dark Magenta. HEX triplet: 81, 09 and 98. RGB value is (129,9,152). Sum of RGB (Red+Green+Blue) = 129+9+152=290 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.48% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 152 (59.77% from 255 or 52.41% from 290); Max value from RGB is 152 - color contains mainly: blue. Hex color #810998 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810998 is #7EF667. Grayscale: #3C3C3C. Windows color (decimal): -8320616 or 9963905. OLE color: 9963905.

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

Color convert

RGB 129 9 152 -
CMYK 0.15 0.94 0 0.40
HSL 290.35º 0.89% 0.32% -
HSV(B) 290.35º 0.94% 0.6% -
XYZ 14.82 7.13 30.3 -
YUV 61.18 179.26 176.37 -
System Red Green Blue C M Y K H S L
Decimal 129 9 152 0.15 0.94 0 0.40 290.35 0.89 0.32
Hex 81 9 98 F 5E 0 28 122 59 20
Octal 201 11 230 17 136 0 50 442 131 40
Binary 10000001 1001 10011000 1111 1011110 0 101000 100100010 1011001 100000

Color Harmonies of #810998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810998

Black with #810998

Text Example


Text Example

White with #810998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810998; }

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

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

background-color css

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

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

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

border-color css

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

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

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