#84509B

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

Shades of Affair #84509B

Tints of Affair #84509B

Color information

#84509B (or 0x84509B) is unknown color: approx Affair. HEX triplet: 84, 50 and 9B. RGB value is (132,80,155). Sum of RGB (Red+Green+Blue) = 132+80+155=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #84509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84509B is #7BAF64. Grayscale: #676767. Windows color (decimal): -8105829 or 10178692. OLE color: 10178692.

HSL color Cylindrical-coordinate representation of color #84509B: hue angle of 281.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84509B is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13280155-
CMYK0.150.4800.39
HSL281.6º31.91%46.08%-
HSV(B)281.6º48.39%60.78%-
XYZ18.313.0132.56-
YUV104.1156.73147.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.97%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 155 (60.94% from 255) = 42.23%
R=35.97%
G=21.80%
B=42.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal132801550.150.4800.39281.631.9146.08
Hex84509BF3002711a202e
Octal20412023317600474324056
Binary1000010010100001001101111111100000100111100011010100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84509B; }

 p { color: rgb(132,80,155); }

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

<style>
 a { background-color: #84509B; }

 a { background-color: rgb(132,80,155); }

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

<style>
 span { border-color: #84509B; }

 span { border-color: rgb(132,80,155); }

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