Html Css Color HEX #810498 Dark Magenta

📋 copy color: '#810498'

red 129 ◦ green 4 ◦ blue 152

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

Shades of Dark Magenta #810498

Tints of Dark Magenta #810498

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

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

R = 45.26%
G = 1.4%
B = 53.33%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#810498 (or 0x810498) is known color: Dark Magenta. HEX triplet: 81, 04 and 98. RGB value is (129,4,152). Sum of RGB (Red+Green+Blue) = 129+4+152=285 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.26% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #810498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810498 is #7EFB67. Grayscale: #393939. Windows color (decimal): -8321896 or 9962625. OLE color: 9962625.

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

Color convert

RGB 129 4 152 -
CMYK 0.15 0.97 0 0.40
HSL 290.68º 0.95% 0.31% -
HSV(B) 290.68º 0.97% 0.6% -
XYZ 14.76 7.02 30.28 -
YUV 58.25 180.91 178.47 -
System Red Green Blue C M Y K H S L
Decimal 129 4 152 0.15 0.97 0 0.40 290.68 0.95 0.31
Hex 81 4 98 F 61 0 28 123 5F 1F
Octal 201 4 230 17 141 0 50 443 137 37
Binary 10000001 100 10011000 1111 1100001 0 101000 100100011 1011111 11111

Color Harmonies of #810498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810498

Black with #810498

Text Example


Text Example

White with #810498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810498; }

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

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

background-color css

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

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

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

border-color css

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

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

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