#824C92

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

Shades of Affair #824C92

Tints of Affair #824C92

Color information

#824C92 (or 0x824C92) is unknown color: approx Affair. HEX triplet: 82, 4C and 92. RGB value is (130,76,146). Sum of RGB (Red+Green+Blue) = 130+76+146=352 (46% of max value = 765). Red value is 130 (51.17% from 255 or 36.93% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #824C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #824C92 is #7DB36D. Grayscale: #636363. Windows color (decimal): -8237934 or 9587842. OLE color: 9587842.

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

Color convert

RGB13076146-
CMYK0.110.4800.43
HSL286.29º31.53%43.53%-
HSV(B)286.29º47.95%57.25%-
XYZ16.9811.9928.61-
YUV100.13153.89149.31-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 36.93%
GREEN value IS 76 (30.08% from 255) = 21.59%
BLUE value IS 146 (57.42% from 255) = 41.48%
R=36.93%
G=21.59%
B=41.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal130761460.110.4800.43286.2931.5343.53
Hex824C92B3002B11e202c
Octal20211422213600534364054
Binary1000001010011001001001010111100000101011100011110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #824C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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