#834866

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

Shades of Cosmic #834866

Tints of Cosmic #834866

Color information

#834866 (or 0x834866) is unknown color: approx Cosmic. HEX triplet: 83, 48 and 66. RGB value is (131,72,102). Sum of RGB (Red+Green+Blue) = 131+72+102=305 (40% of max value = 765). Red value is 131 (51.56% from 255 or 42.95% from 305); Green value is 72 (28.52% from 255 or 23.61% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 131 - color contains mainly: red. Hex color #834866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834866 is #7CB799. Grayscale: #5D5D5D. Windows color (decimal): -8173466 or 6703235. OLE color: 6703235.

HSL color Cylindrical-coordinate representation of color #834866: hue angle of 329.49º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #834866 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB13172102-
CMYK00.450.220.49
HSL329.49º29.06%39.8%-
HSV(B)329.49º45.04%51.37%-
XYZ14.0810.4213.84-
YUV93.06133.05155.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 42.95%
GREEN value IS 72 (28.52% from 255) = 23.61%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=42.95%
G=23.61%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317210200.450.220.49329.4929.0639.8
Hex83486602D16311491d28
Octal20311014605526615113550
Binary100000111001000110011001011011011011000110100100111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834866; }

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

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

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

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

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

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

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

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