#824E93

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

Shades of Affair #824E93

Tints of Affair #824E93

Color information

#824E93 (or 0x824E93) is unknown color: approx Affair. HEX triplet: 82, 4E and 93. RGB value is (130,78,147). Sum of RGB (Red+Green+Blue) = 130+78+147=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #824E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #824E93 is #7DB16C. Grayscale: #656565. Windows color (decimal): -8237421 or 9653890. OLE color: 9653890.

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

Color convert

RGB13078147-
CMYK0.120.4700.42
HSL285.22º30.67%44.12%-
HSV(B)285.22º46.94%57.65%-
XYZ17.212.329.07-
YUV101.41153.73148.39-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.62%
GREEN value IS 78 (30.86% from 255) = 21.97%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=36.62%
G=21.97%
B=41.41%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130781470.120.4700.42285.2230.6744.12
Hex824E93C2F02A11d1f2c
Octal20211622314570524353754
Binary100000101001110100100111100101111010101010001110111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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