#834066

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

Shades of Cosmic #834066

Tints of Cosmic #834066

Color information

#834066 (or 0x834066) is unknown color: approx Cosmic. HEX triplet: 83, 40 and 66. RGB value is (131,64,102). Sum of RGB (Red+Green+Blue) = 131+64+102=297 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.11% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 131 - color contains mainly: red. Hex color #834066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834066 is #7CBF99. Grayscale: #585858. Windows color (decimal): -8175514 or 6701187. OLE color: 6701187.

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

Color convert

RGB13164102-
CMYK00.510.220.49
HSL325.97º34.36%38.24%-
HSV(B)325.97º51.15%51.37%-
XYZ13.599.4513.68-
YUV88.36135.7158.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.11%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 102 (40.23% from 255) = 34.34%
R=44.11%
G=21.55%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1316410200.510.220.49325.9734.3638.24
Hex83406603316311462226
Octal20310014606326615064246
Binary1000001110000001100110011001110110110001101000110100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834066; }

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

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

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

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

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

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

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

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