Html Css Color HEX #84579B Affair

📋 copy color: '#84579B'

red 132 ◦ green 87 ◦ blue 155

#84579B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #84579B

Tints of Affair #84579B

RGB

 RED value IS 132 (51.95% from 255) = 35.29%

 GREEN value IS 87 (34.38% from 255) = 23.26%

 BLUE value IS 155 (60.94% from 255) = 41.44%

R = 35.29%
G = 23.26%
B = 41.44%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#84579B (or 0x84579B) is known color: Affair. HEX triplet: 84, 57 and 9B. RGB value is (132,87,155). Sum of RGB (Red+Green+Blue) = 132+87+155=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 87 (34.38% from 255 or 23.26% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #84579B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84579B is #7BA864. Grayscale: #6B6B6B. Windows color (decimal): -8104037 or 10180484. OLE color: 10180484.

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

Color convert

RGB 132 87 155 -
CMYK 0.15 0.44 0 0.39
HSL 279.71º 0.28% 0.47% -
HSV(B) 279.71º 0.44% 0.61% -
XYZ 18.84 14.09 32.74 -
YUV 108.21 154.41 144.97 -
System Red Green Blue C M Y K H S L
Decimal 132 87 155 0.15 0.44 0 0.39 279.71 0.28 0.47
Hex 84 57 9B F 2C 0 27 118 1C 2F
Octal 204 127 233 17 54 0 47 430 34 57
Binary 10000100 1010111 10011011 1111 101100 0 100111 100011000 11100 101111

Color Harmonies of #84579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84579B

Black with #84579B

Text Example


Text Example

White with #84579B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84579B;
 }
 .AnyTagClassName
 {
   color: #84579B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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