#824F93

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

Shades of Affair #824F93

Tints of Affair #824F93

Color information

#824F93 (or 0x824F93) is unknown color: approx Affair. HEX triplet: 82, 4F and 93. RGB value is (130,79,147). Sum of RGB (Red+Green+Blue) = 130+79+147=356 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.52% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 147 (57.81% from 255 or 41.29% from 356); Max value from RGB is 147 - color contains mainly: blue. Hex color #824F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824F93 is #7DB06C. Grayscale: #656565. Windows color (decimal): -8237165 or 9654146. OLE color: 9654146.

HSL color Cylindrical-coordinate representation of color #824F93: hue angle of 285º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #824F93 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13079147-
CMYK0.120.4600.42
HSL285º30.09%44.31%-
HSV(B)285º46.26%57.65%-
XYZ17.2712.4429.1-
YUV102153.4147.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.52%
GREEN value IS 79 (31.25% from 255) = 22.19%
BLUE value IS 147 (57.81% from 255) = 41.29%
R=36.52%
G=22.19%
B=41.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130791470.120.4600.4228530.0944.31
Hex824F93C2E02A11d1e2c
Octal20211722314560524353654
Binary100000101001111100100111100101110010101010001110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #824F93; }

 p { color: rgb(130,79,147); }

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

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

 a { background-color: rgb(130,79,147); }

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

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

 span { border-color: rgb(130,79,147); }

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