#814171

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

Shades of Cosmic #814171

Tints of Cosmic #814171

Color information

#814171 (or 0x814171) is unknown color: approx Cosmic. HEX triplet: 81, 41 and 71. RGB value is (129,65,113). Sum of RGB (Red+Green+Blue) = 129+65+113=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 65 (25.78% from 255 or 21.17% from 307); Blue value is 113 (44.53% from 255 or 36.81% from 307); Max value from RGB is 129 - color contains mainly: red. Hex color #814171 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814171 is #7EBE8E. Grayscale: #595959. Windows color (decimal): -8306319 or 7422337. OLE color: 7422337.

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

Color convert

RGB12965113-
CMYK00.500.120.49
HSL315º32.99%38.04%-
HSV(B)315º49.61%50.59%-
XYZ13.929.6416.75-
YUV89.61141.2156.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.02%
GREEN value IS 65 (25.78% from 255) = 21.17%
BLUE value IS 113 (44.53% from 255) = 36.81%
R=42.02%
G=21.17%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296511300.500.120.4931532.9938.04
Hex814171032C3113b2126
Octal20110116106214614734146
Binary100000011000001111000101100101100110001100111011100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814171; }

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

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

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

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

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

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

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

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