#824C93

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

Shades of Affair #824C93

Tints of Affair #824C93

Color information

#824C93 (or 0x824C93) is unknown color: approx Affair. HEX triplet: 82, 4C and 93. RGB value is (130,76,147). Sum of RGB (Red+Green+Blue) = 130+76+147=353 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.83% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #824C93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824C93 is #7DB36C. Grayscale: #646464. Windows color (decimal): -8237933 or 9653378. OLE color: 9653378.

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

Color convert

RGB13076147-
CMYK0.120.4800.42
HSL285.63º31.84%43.73%-
HSV(B)285.63º48.3%57.65%-
XYZ17.0612.0229.03-
YUV100.24154.39149.23-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.83%
GREEN value IS 76 (30.08% from 255) = 21.53%
BLUE value IS 147 (57.81% from 255) = 41.64%
R=36.83%
G=21.53%
B=41.64%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal130761470.120.4800.42285.6331.8443.73
Hex824C93C3002A11e202c
Octal20211422314600524364054
Binary1000001010011001001001111001100000101010100011110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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