#824E9A

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

Shades of Affair #824E9A

Tints of Affair #824E9A

Color information

#824E9A (or 0x824E9A) is unknown color: approx Affair. HEX triplet: 82, 4E and 9A. RGB value is (130,78,154). Sum of RGB (Red+Green+Blue) = 130+78+154=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 154 (60.55% from 255 or 42.54% from 362); Max value from RGB is 154 - color contains mainly: blue. Hex color #824E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824E9A is #7DB165. Grayscale: #656565. Windows color (decimal): -8237414 or 10112642. OLE color: 10112642.

HSL color Cylindrical-coordinate representation of color #824E9A: hue angle of 281.05º degrees, saturation: 0.33, 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 #824E9A is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13078154-
CMYK0.160.4900.40
HSL281.05º32.76%45.49%-
HSV(B)281.05º49.35%60.39%-
XYZ17.7612.5332.05-
YUV102.21157.23147.82-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.91%
GREEN value IS 78 (30.86% from 255) = 21.55%
BLUE value IS 154 (60.55% from 255) = 42.54%
R=35.91%
G=21.55%
B=42.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal130781540.160.4900.40281.0532.7645.49
Hex824E9A1031028119212d
Octal20211623220610504314155
Binary10000010100111010011010100001100010101000100011001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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