Html Css Color HEX #845796 Affair

📋 copy color: '#845796'

red 132 ◦ green 87 ◦ blue 150

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

Shades of Affair #845796

Tints of Affair #845796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 40.65%

R = 35.77%
G = 23.58%
B = 40.65%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#845796 (or 0x845796) is known color: Affair. HEX triplet: 84, 57 and 96. RGB value is (132,87,150). Sum of RGB (Red+Green+Blue) = 132+87+150=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 150 (58.98% from 255 or 40.65% from 369); Max value from RGB is 150 - color contains mainly: blue. Hex color #845796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845796 is #7BA869. Grayscale: #6B6B6B. Windows color (decimal): -8104042 or 9852804. OLE color: 9852804.

HSL color Cylindrical-coordinate representation of color #845796: hue angle of 282.86º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #845796 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 132 87 150 -
CMYK 0.12 0.42 0 0.41
HSL 282.86º 0.27% 0.46% -
HSV(B) 282.86º 0.42% 0.59% -
XYZ 18.43 13.92 30.57 -
YUV 107.64 151.91 145.38 -
System Red Green Blue C M Y K H S L
Decimal 132 87 150 0.12 0.42 0 0.41 282.86 0.27 0.46
Hex 84 57 96 C 2A 0 29 11B 1B 2E
Octal 204 127 226 14 52 0 51 433 33 56
Binary 10000100 1010111 10010110 1100 101010 0 101001 100011011 11011 101110

Color Harmonies of #845796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845796

Black with #845796

Text Example


Text Example

White with #845796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845796; }

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

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

background-color css

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

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

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

border-color css

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

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

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