Html Css Color HEX #845699 Affair

📋 copy color: '#845699'

red 132 ◦ green 86 ◦ blue 153

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

Shades of Affair #845699

Tints of Affair #845699

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.18%

 BLUE value IS 153 (60.16% from 255) = 41.24%

R = 35.58%
G = 23.18%
B = 41.24%

CMYK

 C value IS 0.14

 M value IS 0.44

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#845699 (or 0x845699) is known color: Affair. HEX triplet: 84, 56 and 99. RGB value is (132,86,153). Sum of RGB (Red+Green+Blue) = 132+86+153=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #845699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845699 is #7BA966. Grayscale: #6B6B6B. Windows color (decimal): -8104295 or 10049156. OLE color: 10049156.

HSL color Cylindrical-coordinate representation of color #845699: hue angle of 281.19º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #845699 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 132 86 153 -
CMYK 0.14 0.44 0 0.4
HSL 281.19º 0.28% 0.47% -
HSV(B) 281.19º 0.44% 0.6% -
XYZ 18.59 13.86 31.83 -
YUV 107.39 153.74 145.55 -
System Red Green Blue C M Y K H S L
Decimal 132 86 153 0.14 0.44 0 0.4 281.19 0.28 0.47
Hex 84 56 99 E 2C 0 28 119 1C 2F
Octal 204 126 231 16 54 0 50 431 34 57
Binary 10000100 1010110 10011001 1110 101100 0 101000 100011001 11100 101111

Color Harmonies of #845699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845699

Black with #845699

Text Example


Text Example

White with #845699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845699; }

 p { color: rgb(132,86,153); }

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

background-color css

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

 a { background-color: rgb(132,86,153); }

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

border-color css

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

 span { border-color: rgb(132,86,153); }

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