Html Css Color HEX #845599 Affair

📋 copy color: '#845599'

red 132 ◦ green 85 ◦ blue 153

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

Shades of Affair #845599

Tints of Affair #845599

RGB

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

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

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

R = 35.68%
G = 22.97%
B = 41.35%

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

#845599 (or 0x845599) is known color: Affair. HEX triplet: 84, 55 and 99. RGB value is (132,85,153). Sum of RGB (Red+Green+Blue) = 132+85+153=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 153 (60.16% from 255 or 41.35% from 370); Max value from RGB is 153 - color contains mainly: blue. Hex color #845599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845599 is #7BAA66. Grayscale: #6A6A6A. Windows color (decimal): -8104551 or 10048900. OLE color: 10048900.

HSL color Cylindrical-coordinate representation of color #845599: hue angle of 281.47º degrees, saturation: 0.29, 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 #845599 is Cyan = 0.14, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 132 85 153 -
CMYK 0.14 0.44 0 0.4
HSL 281.47º 0.29% 0.47% -
HSV(B) 281.47º 0.44% 0.6% -
XYZ 18.51 13.7 31.81 -
YUV 106.81 154.07 145.97 -
System Red Green Blue C M Y K H S L
Decimal 132 85 153 0.14 0.44 0 0.4 281.47 0.29 0.47
Hex 84 55 99 E 2C 0 28 119 1D 2F
Octal 204 125 231 16 54 0 50 431 35 57
Binary 10000100 1010101 10011001 1110 101100 0 101000 100011001 11101 101111

Color Harmonies of #845599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845599

Black with #845599

Text Example


Text Example

White with #845599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845599; }

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

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

background-color css

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

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

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

border-color css

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

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

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