Html Css Color HEX #81138B Dark Magenta

📋 copy color: '#81138B'

red 129 ◦ green 19 ◦ blue 139

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

Shades of Dark Magenta #81138B

Tints of Dark Magenta #81138B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.62%

 BLUE value IS 139 (54.69% from 255) = 48.43%

R = 44.95%
G = 6.62%
B = 48.43%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#81138B (or 0x81138B) is known color: Dark Magenta. HEX triplet: 81, 13 and 8B. RGB value is (129,19,139). Sum of RGB (Red+Green+Blue) = 129+19+139=287 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.95% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #81138B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #81138B is #7EEC74. Grayscale: #414141. Windows color (decimal): -8318069 or 9114497. OLE color: 9114497.

HSL color Cylindrical-coordinate representation of color #81138B: hue angle of 295º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #81138B is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 129 19 139 -
CMYK 0.07 0.86 0 0.45
HSL 295º 0.76% 0.31% -
HSV(B) 295º 0.86% 0.55% -
XYZ 13.95 7 25.04 -
YUV 65.57 169.44 173.24 -
System Red Green Blue C M Y K H S L
Decimal 129 19 139 0.07 0.86 0 0.45 295 0.76 0.31
Hex 81 13 8B 7 56 0 2D 127 4C 1F
Octal 201 23 213 7 126 0 55 447 114 37
Binary 10000001 10011 10001011 111 1010110 0 101101 100100111 1001100 11111

Color Harmonies of #81138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81138B

Black with #81138B

Text Example


Text Example

White with #81138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81138B; }

 p { color: rgb(129,19,139); }

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

background-color css

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

 a { background-color: rgb(129,19,139); }

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

border-color css

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

 span { border-color: rgb(129,19,139); }

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