#814066

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

Shades of Cosmic #814066

Tints of Cosmic #814066

Color information

#814066 (or 0x814066) is unknown color: approx Cosmic. HEX triplet: 81, 40 and 66. RGB value is (129,64,102). Sum of RGB (Red+Green+Blue) = 129+64+102=295 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.73% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 129 - color contains mainly: red. Hex color #814066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814066 is #7EBF99. Grayscale: #575757. Windows color (decimal): -8306586 or 6701185. OLE color: 6701185.

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

Color convert

RGB12964102-
CMYK00.500.210.49
HSL324.92º33.68%37.84%-
HSV(B)324.92º50.39%50.59%-
XYZ13.289.2913.66-
YUV87.77136.03157.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.73%
GREEN value IS 64 (25.39% from 255) = 21.69%
BLUE value IS 102 (40.23% from 255) = 34.58%
R=43.73%
G=21.69%
B=34.58%

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
Decimal1296410200.500.210.49324.9233.6837.84
Hex81406603215311452226
Octal20110014606225615054246
Binary1000000110000001100110011001010101110001101000101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814066; }

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

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

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

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

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

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

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

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