#814366

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

Shades of Cosmic #814366

Tints of Cosmic #814366

Color information

#814366 (or 0x814366) is unknown color: approx Cosmic. HEX triplet: 81, 43 and 66. RGB value is (129,67,102). Sum of RGB (Red+Green+Blue) = 129+67+102=298 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.29% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 129 - color contains mainly: red. Hex color #814366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814366 is #7EBC99. Grayscale: #595959. Windows color (decimal): -8305818 or 6701953. OLE color: 6701953.

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

Color convert

RGB12967102-
CMYK00.480.210.49
HSL326.13º31.63%38.43%-
HSV(B)326.13º48.06%50.59%-
XYZ13.469.6413.72-
YUV89.53135.04156.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 43.29%
GREEN value IS 67 (26.56% from 255) = 22.48%
BLUE value IS 102 (40.23% from 255) = 34.23%
R=43.29%
G=22.48%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296710200.480.210.49326.1331.6338.43
Hex81436603015311462026
Octal20110314606025615064046
Binary1000000110000111100110011000010101110001101000110100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814366; }

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

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

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

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

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

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

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

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