#824C99

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

Shades of Affair #824C99

Tints of Affair #824C99

Color information

#824C99 (or 0x824C99) is unknown color: approx Affair. HEX triplet: 82, 4C and 99. RGB value is (130,76,153). Sum of RGB (Red+Green+Blue) = 130+76+153=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #824C99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824C99 is #7DB366. Grayscale: #646464. Windows color (decimal): -8237927 or 10046594. OLE color: 10046594.

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

Color convert

RGB13076153-
CMYK0.150.5000.4
HSL282.08º33.62%44.9%-
HSV(B)282.08º50.33%60%-
XYZ17.5412.2131.57-
YUV100.92157.39148.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.21%
GREEN value IS 76 (30.08% from 255) = 21.17%
BLUE value IS 153 (60.16% from 255) = 42.62%
R=36.21%
G=21.17%
B=42.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal130761530.150.5000.4282.0833.6244.9
Hex824C99F3202811a222d
Octal20211423117620504324255
Binary1000001010011001001100111111100100101000100011010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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