#814866

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

Shades of Cosmic #814866

Tints of Cosmic #814866

Color information

#814866 (or 0x814866) is unknown color: approx Cosmic. HEX triplet: 81, 48 and 66. RGB value is (129,72,102). Sum of RGB (Red+Green+Blue) = 129+72+102=303 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.57% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 129 - color contains mainly: red. Hex color #814866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #814866 is #7EB799. Grayscale: #5C5C5C. Windows color (decimal): -8304538 or 6703233. OLE color: 6703233.

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

Color convert

RGB12972102-
CMYK00.440.210.49
HSL328.42º28.36%39.41%-
HSV(B)328.42º44.19%50.59%-
XYZ13.7710.2613.83-
YUV92.46133.38154.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.57%
GREEN value IS 72 (28.52% from 255) = 23.76%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=42.57%
G=23.76%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1297210200.440.210.49328.4228.3639.41
Hex81486602C15311481c27
Octal20111014605425615103447
Binary100000011001000110011001011001010111000110100100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814866; }

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

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

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

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

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

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

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

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