#81496E

Color #81496E Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #81496E

Tints of Cosmic #81496E

Color information

#81496E (or 0x81496E) is unknown color: approx Cosmic. HEX triplet: 81, 49 and 6E. RGB value is (129,73,110). Sum of RGB (Red+Green+Blue) = 129+73+110=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 129 - color contains mainly: red. Hex color #81496E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81496E is #7EB691. Grayscale: #5D5D5D. Windows color (decimal): -8304274 or 7227777. OLE color: 7227777.

HSL color Cylindrical-coordinate representation of color #81496E: hue angle of 320.36º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #81496E is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB12973110-
CMYK00.430.150.49
HSL320.36º27.72%39.61%-
HSV(B)320.36º43.41%50.59%-
XYZ14.2510.5616.04-
YUV93.96137.05152.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 41.35%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 110 (43.36% from 255) = 35.26%
R=41.35%
G=23.40%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297311000.430.150.49320.3627.7239.61
Hex81496E02BF311401c28
Octal20111115605317615003450
Binary10000001100100111011100101011111111000110100000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81496E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81496E; }

 p { color: rgb(129,73,110); }

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

<style>
 a { background-color: #81496E; }

 a { background-color: rgb(129,73,110); }

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

<style>
 span { border-color: #81496E; }

 span { border-color: rgb(129,73,110); }

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