#81427C

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

Shades of Eminence #81427C

Tints of Eminence #81427C

Color information

#81427C (or 0x81427C) is unknown color: approx Eminence. HEX triplet: 81, 42 and 7C. RGB value is (129,66,124). Sum of RGB (Red+Green+Blue) = 129+66+124=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 66 (26.17% from 255 or 20.69% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 129 - color contains mainly: red. Hex color #81427C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81427C is #7EBD83. Grayscale: #5B5B5B. Windows color (decimal): -8306052 or 8143489. OLE color: 8143489.

HSL color Cylindrical-coordinate representation of color #81427C: hue angle of 304.76º 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 #81427C is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB12966124-
CMYK00.490.040.49
HSL304.76º32.31%38.24%-
HSV(B)304.76º48.84%50.59%-
XYZ14.6410.0220.23-
YUV91.45146.37154.78-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.44%
GREEN value IS 66 (26.17% from 255) = 20.69%
BLUE value IS 124 (48.83% from 255) = 38.87%
R=40.44%
G=20.69%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296612400.490.040.49304.7632.3138.24
Hex81427C0314311312026
Octal2011021740614614614046
Binary10000001100001011111000110001100110001100110001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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