Html Css Color HEX #810A98 Dark Magenta

📋 copy color: '#810A98'

red 129 ◦ green 10 ◦ blue 152

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

Shades of Dark Magenta #810A98

Tints of Dark Magenta #810A98

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.44%

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

R = 44.33%
G = 3.44%
B = 52.23%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#810A98 (or 0x810A98) is known color: Dark Magenta. HEX triplet: 81, 0A and 98. RGB value is (129,10,152). Sum of RGB (Red+Green+Blue) = 129+10+152=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 10 (4.30% from 255 or 3.44% from 291); Blue value is 152 (59.77% from 255 or 52.23% from 291); Max value from RGB is 152 - color contains mainly: blue. Hex color #810A98 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810A98 is #7EF567. Grayscale: #3D3D3D. Windows color (decimal): -8320360 or 9964161. OLE color: 9964161.

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

Color convert

RGB 129 10 152 -
CMYK 0.15 0.93 0 0.40
HSL 290.28º 0.88% 0.32% -
HSV(B) 290.28º 0.93% 0.6% -
XYZ 14.83 7.15 30.3 -
YUV 61.77 178.92 175.95 -
System Red Green Blue C M Y K H S L
Decimal 129 10 152 0.15 0.93 0 0.40 290.28 0.88 0.32
Hex 81 A 98 F 5D 0 28 122 58 20
Octal 201 12 230 17 135 0 50 442 130 40
Binary 10000001 1010 10011000 1111 1011101 0 101000 100100010 1011000 100000

Color Harmonies of #810A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #810A98

Black with #810A98

Text Example


Text Example

White with #810A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #810A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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