#81446C

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

Shades of Cosmic #81446C

Tints of Cosmic #81446C

Color information

#81446C (or 0x81446C) is unknown color: approx Cosmic. HEX triplet: 81, 44 and 6C. RGB value is (129,68,108). Sum of RGB (Red+Green+Blue) = 129+68+108=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 129 - color contains mainly: red. Hex color #81446C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81446C is #7EBB93. Grayscale: #5A5A5A. Windows color (decimal): -8305556 or 7095425. OLE color: 7095425.

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

Color convert

RGB12968108-
CMYK00.470.160.49
HSL320.66º30.96%38.63%-
HSV(B)320.66º47.29%50.59%-
XYZ13.839.8815.37-
YUV90.8137.71155.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.30%
GREEN value IS 68 (26.95% from 255) = 22.30%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=42.30%
G=22.30%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1296810800.470.160.49320.6630.9638.63
Hex81446C02F10311411f27
Octal20110415405720615013747
Binary100000011000100110110001011111000011000110100000111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81446C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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