#824D96

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

Shades of Affair #824D96

Tints of Affair #824D96

Color information

#824D96 (or 0x824D96) is unknown color: approx Affair. HEX triplet: 82, 4D and 96. RGB value is (130,77,150). Sum of RGB (Red+Green+Blue) = 130+77+150=357 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.41% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 150 - color contains mainly: blue. Hex color #824D96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824D96 is #7DB269. Grayscale: #646464. Windows color (decimal): -8237674 or 9850242. OLE color: 9850242.

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

Color convert

RGB13077150-
CMYK0.130.4900.41
HSL283.56º32.16%44.51%-
HSV(B)283.56º48.67%58.82%-
XYZ17.3612.2630.3-
YUV101.17155.56148.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.41%
GREEN value IS 77 (30.47% from 255) = 21.57%
BLUE value IS 150 (58.98% from 255) = 42.02%
R=36.41%
G=21.57%
B=42.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal130771500.130.4900.41283.5632.1644.51
Hex824D96D3102911c202d
Octal20211522615610514344055
Binary1000001010011011001011011011100010101001100011100100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,77,150); }

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

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

 a { background-color: rgb(130,77,150); }

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

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

 span { border-color: rgb(130,77,150); }

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