Html Css Color HEX #846090 Affair

📋 copy color: '#846090'

red 132 ◦ green 96 ◦ blue 144

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

Shades of Affair #846090

Tints of Affair #846090

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.81%

 BLUE value IS 144 (56.64% from 255) = 38.71%

R = 35.48%
G = 25.81%
B = 38.71%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#846090 (or 0x846090) is known color: Affair. HEX triplet: 84, 60 and 90. RGB value is (132,96,144). Sum of RGB (Red+Green+Blue) = 132+96+144=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 144 - color contains mainly: blue. Hex color #846090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846090 is #7B9F6F. Grayscale: #707070. Windows color (decimal): -8101744 or 9461892. OLE color: 9461892.

HSL color Cylindrical-coordinate representation of color #846090: hue angle of 285º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #846090 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 132 96 144 -
CMYK 0.08 0.33 0 0.44
HSL 285º 0.2% 0.47% -
HSV(B) 285º 0.33% 0.56% -
XYZ 18.73 15.28 28.35 -
YUV 112.24 145.93 142.1 -
System Red Green Blue C M Y K H S L
Decimal 132 96 144 0.08 0.33 0 0.44 285 0.2 0.47
Hex 84 60 90 8 21 0 2C 11D 14 2F
Octal 204 140 220 10 41 0 54 435 24 57
Binary 10000100 1100000 10010000 1000 100001 0 101100 100011101 10100 101111

Color Harmonies of #846090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846090

Black with #846090

Text Example


Text Example

White with #846090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846090; }

 p { color: rgb(132,96,144); }

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

background-color css

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

 a { background-color: rgb(132,96,144); }

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

border-color css

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

 span { border-color: rgb(132,96,144); }

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