#81427B

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

Shades of Eminence #81427B

Tints of Eminence #81427B

Color information

#81427B (or 0x81427B) is unknown color: approx Eminence. HEX triplet: 81, 42 and 7B. RGB value is (129,66,123). Sum of RGB (Red+Green+Blue) = 129+66+123=318 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.57% from 318); Green value is 66 (26.17% from 255 or 20.75% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 129 - color contains mainly: red. Hex color #81427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81427B is #7EBD84. Grayscale: #5B5B5B. Windows color (decimal): -8306053 or 8077953. OLE color: 8077953.

HSL color Cylindrical-coordinate representation of color #81427B: hue angle of 305.71º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #81427B is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB12966123-
CMYK00.490.050.49
HSL305.71º32.31%38.24%-
HSV(B)305.71º48.84%50.59%-
XYZ14.589.9919.9-
YUV91.34145.87154.87-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.57%
GREEN value IS 66 (26.17% from 255) = 20.75%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=40.57%
G=20.75%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296612300.490.050.49305.7132.3138.24
Hex81427B0315311322026
Octal2011021730615614624046
Binary10000001100001011110110110001101110001100110010100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,66,123); }

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

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

 a { background-color: rgb(129,66,123); }

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

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

 span { border-color: rgb(129,66,123); }

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