Html Css Color HEX #810098 Dark Magenta

📋 copy color: '#810098'

red 129 ◦ green 0 ◦ blue 152

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

Shades of Dark Magenta #810098

Tints of Dark Magenta #810098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.91%
G = 0%
B = 54.09%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#810098 (or 0x810098) is known color: Dark Magenta. HEX triplet: 81, 00 and 98. RGB value is (129,0,152). Sum of RGB (Red+Green+Blue) = 129+0+152=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 0 (0.39% from 255 or 0% from 281); Blue value is 152 (59.77% from 255 or 54.09% from 281); Max value from RGB is 152 - color contains mainly: blue. Hex color #810098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810098 is #7EFF67. Grayscale: #373737. Windows color (decimal): -8322920 or 9961601. OLE color: 9961601.

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

Color convert

RGB 129 0 152 -
CMYK 0.15 1 0 0.40
HSL 290.92º 1% 0.3% -
HSV(B) 290.92º 1% 0.6% -
XYZ 14.72 6.93 30.27 -
YUV 55.9 182.24 180.14 -
System Red Green Blue C M Y K H S L
Decimal 129 0 152 0.15 1 0 0.40 290.92 1 0.3
Hex 81 0 98 F 64 0 28 123 64 1E
Octal 201 0 230 17 144 0 50 443 144 36
Binary 10000001 0 10011000 1111 1100100 0 101000 100100011 1100100 11110

Color Harmonies of #810098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810098

Black with #810098

Text Example


Text Example

White with #810098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810098; }

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

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

background-color css

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

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

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

border-color css

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

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

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