#824E99

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

Shades of Affair #824E99

Tints of Affair #824E99

Color information

#824E99 (or 0x824E99) is unknown color: approx Affair. HEX triplet: 82, 4E and 99. RGB value is (130,78,153). Sum of RGB (Red+Green+Blue) = 130+78+153=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #824E99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824E99 is #7DB166. Grayscale: #656565. Windows color (decimal): -8237415 or 10047106. OLE color: 10047106.

HSL color Cylindrical-coordinate representation of color #824E99: hue angle of 281.6º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #824E99 is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13078153-
CMYK0.150.4900.4
HSL281.6º32.47%45.29%-
HSV(B)281.6º49.02%60%-
XYZ17.6812.4931.62-
YUV102.1156.73147.9-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.01%
GREEN value IS 78 (30.86% from 255) = 21.61%
BLUE value IS 153 (60.16% from 255) = 42.38%
R=36.01%
G=21.61%
B=42.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal130781530.150.4900.4281.632.4745.29
Hex824E99F3102811a202d
Octal20211623117610504324055
Binary1000001010011101001100111111100010101000100011010100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,78,153); }

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

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

 a { background-color: rgb(130,78,153); }

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

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

 span { border-color: rgb(130,78,153); }

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