#81367D

Color #81367D Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #81367D

Tints of Eminence #81367D

Color information

#81367D (or 0x81367D) is unknown color: approx Eminence. HEX triplet: 81, 36 and 7D. RGB value is (129,54,125). Sum of RGB (Red+Green+Blue) = 129+54+125=308 (40% of max value = 765). Red value is 129 (50.78% from 255 or 41.88% from 308); Green value is 54 (21.48% from 255 or 17.53% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 129 - color contains mainly: red. Hex color #81367D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81367D is #7EC982. Grayscale: #545454. Windows color (decimal): -8309123 or 8205953. OLE color: 8205953.

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

Color convert

RGB12954125-
CMYK00.580.030.49
HSL303.2º40.98%35.88%-
HSV(B)303.2º58.14%50.59%-
XYZ14.078.7920.36-
YUV84.52150.85159.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.88%
GREEN value IS 54 (21.48% from 255) = 17.53%
BLUE value IS 125 (49.22% from 255) = 40.58%
R=41.88%
G=17.53%
B=40.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1295412500.580.030.49303.240.9835.88
Hex81367D03A33112f2924
Octal201661750723614575144
Binary100000011101101111101011101011110001100101111101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81367D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #81367D;
 }
 .AnyTagClassName
 {
   color: #81367D;
 }
</style>
background-color css

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

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

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

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

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

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