Html Css Color HEX #845499 Affair

📋 copy color: '#845499'

red 132 ◦ green 84 ◦ blue 153

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

Shades of Affair #845499

Tints of Affair #845499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.76%

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

R = 35.77%
G = 22.76%
B = 41.46%

CMYK

 C value IS 0.14

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#845499 (or 0x845499) is known color: Affair. HEX triplet: 84, 54 and 99. RGB value is (132,84,153). Sum of RGB (Red+Green+Blue) = 132+84+153=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #845499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845499 is #7BAB66. Grayscale: #696969. Windows color (decimal): -8104807 or 10048644. OLE color: 10048644.

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

Color convert

RGB 132 84 153 -
CMYK 0.14 0.45 0 0.4
HSL 281.74º 0.29% 0.46% -
HSV(B) 281.74º 0.45% 0.6% -
XYZ 18.44 13.55 31.78 -
YUV 106.22 154.4 146.39 -
System Red Green Blue C M Y K H S L
Decimal 132 84 153 0.14 0.45 0 0.4 281.74 0.29 0.46
Hex 84 54 99 E 2D 0 28 11A 1D 2E
Octal 204 124 231 16 55 0 50 432 35 56
Binary 10000100 1010100 10011001 1110 101101 0 101000 100011010 11101 101110

Color Harmonies of #845499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845499

Black with #845499

Text Example


Text Example

White with #845499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845499; }

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

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

background-color css

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

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

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

border-color css

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

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

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