#814166

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

Shades of Cosmic #814166

Tints of Cosmic #814166

Color information

#814166 (or 0x814166) is unknown color: approx Cosmic. HEX triplet: 81, 41 and 66. RGB value is (129,65,102). Sum of RGB (Red+Green+Blue) = 129+65+102=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #814166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814166 is #7EBE99. Grayscale: #585858. Windows color (decimal): -8306330 or 6701441. OLE color: 6701441.

HSL color Cylindrical-coordinate representation of color #814166: hue angle of 325.31º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814166 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB12965102-
CMYK00.500.210.49
HSL325.31º32.99%38.04%-
HSV(B)325.31º49.61%50.59%-
XYZ13.349.4113.68-
YUV88.35135.7156.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.58%
GREEN value IS 65 (25.78% from 255) = 21.96%
BLUE value IS 102 (40.23% from 255) = 34.46%
R=43.58%
G=21.96%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296510200.500.210.49325.3132.9938.04
Hex81416603215311452126
Octal20110114606225615054146
Binary1000000110000011100110011001010101110001101000101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814166; }

 p { color: rgb(129,65,102); }

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

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

 a { background-color: rgb(129,65,102); }

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

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

 span { border-color: rgb(129,65,102); }

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