#815169

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

Shades of Cosmic #815169

Tints of Cosmic #815169

Color information

#815169 (or 0x815169) is unknown color: approx Cosmic. HEX triplet: 81, 51 and 69. RGB value is (129,81,105). Sum of RGB (Red+Green+Blue) = 129+81+105=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 129 - color contains mainly: red. Hex color #815169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815169 is #7EAE96. Grayscale: #626262. Windows color (decimal): -8302231 or 6902145. OLE color: 6902145.

HSL color Cylindrical-coordinate representation of color #815169: hue angle of 330º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #815169 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB12981105-
CMYK00.370.190.49
HSL330º22.86%41.18%-
HSV(B)330º37.21%50.59%-
XYZ14.5511.5714.83-
YUV98.09131.9150.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.95%
GREEN value IS 81 (32.03% from 255) = 25.71%
BLUE value IS 105 (41.41% from 255) = 33.33%
R=40.95%
G=25.71%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1298110500.370.190.4933022.8641.18
Hex815169025133114a1729
Octal20112115104523615122751
Binary100000011010001110100101001011001111000110100101010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815169; }

 p { color: rgb(129,81,105); }

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

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

 a { background-color: rgb(129,81,105); }

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

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

 span { border-color: rgb(129,81,105); }

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