Html Css Color HEX #845595 Affair

📋 copy color: '#845595'

red 132 ◦ green 85 ◦ blue 149

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

Shades of Affair #845595

Tints of Affair #845595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.22%

 BLUE value IS 149 (58.59% from 255) = 40.71%

R = 36.07%
G = 23.22%
B = 40.71%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#845595 (or 0x845595) is known color: Affair. HEX triplet: 84, 55 and 95. RGB value is (132,85,149). Sum of RGB (Red+Green+Blue) = 132+85+149=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #845595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845595 is #7BAA6A. Grayscale: #6A6A6A. Windows color (decimal): -8104555 or 9786756. OLE color: 9786756.

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

Color convert

RGB 132 85 149 -
CMYK 0.11 0.43 0 0.42
HSL 284.06º 0.27% 0.46% -
HSV(B) 284.06º 0.43% 0.58% -
XYZ 18.19 13.57 30.09 -
YUV 106.35 152.07 146.3 -
System Red Green Blue C M Y K H S L
Decimal 132 85 149 0.11 0.43 0 0.42 284.06 0.27 0.46
Hex 84 55 95 B 2B 0 2A 11C 1B 2E
Octal 204 125 225 13 53 0 52 434 33 56
Binary 10000100 1010101 10010101 1011 101011 0 101010 100011100 11011 101110

Color Harmonies of #845595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845595

Black with #845595

Text Example


Text Example

White with #845595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845595; }

 p { color: rgb(132,85,149); }

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

background-color css

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

 a { background-color: rgb(132,85,149); }

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

border-color css

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

 span { border-color: rgb(132,85,149); }

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