#814660

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

Shades of Cosmic #814660

Tints of Cosmic #814660

Color information

#814660 (or 0x814660) is unknown color: approx Cosmic. HEX triplet: 81, 46 and 60. RGB value is (129,70,96). Sum of RGB (Red+Green+Blue) = 129+70+96=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #814660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814660 is #7EB99F. Grayscale: #5A5A5A. Windows color (decimal): -8305056 or 6309505. OLE color: 6309505.

HSL color Cylindrical-coordinate representation of color #814660: hue angle of 333.56º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #814660 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB1297096-
CMYK00.460.260.49
HSL333.56º29.65%39.02%-
HSV(B)333.56º45.74%50.59%-
XYZ13.359.8912.27-
YUV90.6131.05155.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.73%
GREEN value IS 70 (27.73% from 255) = 23.73%
BLUE value IS 96 (37.89% from 255) = 32.54%
R=43.73%
G=23.73%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129709600.460.260.49333.5629.6539.02
Hex81466002E1A3114e1e27
Octal20110614005632615163647
Binary100000011000110110000001011101101011000110100111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814660; }

 p { color: rgb(129,70,96); }

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

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

 a { background-color: rgb(129,70,96); }

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

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

 span { border-color: rgb(129,70,96); }

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