#82496F

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

Shades of Cosmic #82496F

Tints of Cosmic #82496F

Color information

#82496F (or 0x82496F) is unknown color: approx Cosmic. HEX triplet: 82, 49 and 6F. RGB value is (130,73,111). Sum of RGB (Red+Green+Blue) = 130+73+111=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 111 (43.75% from 255 or 35.35% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #82496F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82496F is #7DB690. Grayscale: #5E5E5E. Windows color (decimal): -8238737 or 7293314. OLE color: 7293314.

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

Color convert

RGB13073111-
CMYK00.440.150.49
HSL320º28.08%39.8%-
HSV(B)320º43.85%50.98%-
XYZ14.4610.6616.33-
YUV94.38137.38153.41-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.40%
GREEN value IS 73 (28.91% from 255) = 23.25%
BLUE value IS 111 (43.75% from 255) = 35.35%
R=41.40%
G=23.25%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307311100.440.150.4932028.0839.8
Hex82496F02CF311401c28
Octal20211115705417615003450
Binary10000010100100111011110101100111111000110100000011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82496F; }

 p { color: rgb(130,73,111); }

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

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

 a { background-color: rgb(130,73,111); }

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

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

 span { border-color: rgb(130,73,111); }

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