Html Css Color HEX #81387D Eminence

📋 copy color: '#81387D'

red 129 ◦ green 56 ◦ blue 125

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

Shades of Eminence #81387D

Tints of Eminence #81387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.06%

 BLUE value IS 125 (49.22% from 255) = 40.32%

R = 41.61%
G = 18.06%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#81387D (or 0x81387D) is known color: Eminence. HEX triplet: 81, 38 and 7D. RGB value is (129,56,125). Sum of RGB (Red+Green+Blue) = 129+56+125=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 125 (49.22% from 255 or 40.32% from 310); Max value from RGB is 129 - color contains mainly: red. Hex color #81387D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81387D is #7EC782. Grayscale: #555555. Windows color (decimal): -8308611 or 8206465. OLE color: 8206465.

HSL color Cylindrical-coordinate representation of color #81387D: hue angle of 303.29º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81387D is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 56 125 -
CMYK 0 0.57 0.03 0.49
HSL 303.29º 0.39% 0.36% -
HSV(B) 303.29º 0.57% 0.51% -
XYZ 14.17 8.98 20.39 -
YUV 85.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 129 56 125 0 0.57 0.03 0.49 303.29 0.39 0.36
Hex 81 38 7D 0 39 3 31 12F 27 24
Octal 201 70 175 0 71 3 61 457 47 44
Binary 10000001 111000 1111101 0 111001 11 110001 100101111 100111 100100

Color Harmonies of #81387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81387D

Black with #81387D

Text Example


Text Example

White with #81387D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81387D; }

 p { color: rgb(129,56,125); }

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

background-color css

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

 a { background-color: rgb(129,56,125); }

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

border-color css

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

 span { border-color: rgb(129,56,125); }

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