#81426C

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

Shades of Cosmic #81426C

Tints of Cosmic #81426C

Color information

#81426C (or 0x81426C) is unknown color: approx Cosmic. HEX triplet: 81, 42 and 6C. RGB value is (129,66,108). Sum of RGB (Red+Green+Blue) = 129+66+108=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 108 (42.58% from 255 or 35.64% from 303); Max value from RGB is 129 - color contains mainly: red. Hex color #81426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81426C is #7EBD93. Grayscale: #595959. Windows color (decimal): -8306068 or 7094913. OLE color: 7094913.

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

Color convert

RGB12966108-
CMYK00.490.160.49
HSL320º32.31%38.24%-
HSV(B)320º48.84%50.59%-
XYZ13.719.6515.33-
YUV89.62138.37156.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.57%
GREEN value IS 66 (26.17% from 255) = 21.78%
BLUE value IS 108 (42.58% from 255) = 35.64%
R=42.57%
G=21.78%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296610800.490.160.4932032.3138.24
Hex81426C03110311402026
Octal20110215406120615004046
Binary1000000110000101101100011000110000110001101000000100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81426C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81426C; }

 p { color: rgb(129,66,108); }

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

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

 a { background-color: rgb(129,66,108); }

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

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

 span { border-color: rgb(129,66,108); }

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