Html Css Color HEX #846390 Affair

📋 copy color: '#846390'

red 132 ◦ green 99 ◦ blue 144

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

Shades of Affair #846390

Tints of Affair #846390

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.4%

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

R = 35.2%
G = 26.4%
B = 38.4%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#846390 (or 0x846390) is known color: Affair. HEX triplet: 84, 63 and 90. RGB value is (132,99,144). Sum of RGB (Red+Green+Blue) = 132+99+144=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 144 - color contains mainly: blue. Hex color #846390 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846390 is #7B9C6F. Grayscale: #717171. Windows color (decimal): -8100976 or 9462660. OLE color: 9462660.

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

Color convert

RGB 132 99 144 -
CMYK 0.08 0.31 0 0.44
HSL 284º 0.19% 0.48% -
HSV(B) 284º 0.31% 0.56% -
XYZ 19.01 15.84 28.44 -
YUV 114 144.93 140.84 -
System Red Green Blue C M Y K H S L
Decimal 132 99 144 0.08 0.31 0 0.44 284 0.19 0.48
Hex 84 63 90 8 1F 0 2C 11C 13 30
Octal 204 143 220 10 37 0 54 434 23 60
Binary 10000100 1100011 10010000 1000 11111 0 101100 100011100 10011 110000

Color Harmonies of #846390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846390

Black with #846390

Text Example


Text Example

White with #846390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846390; }

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

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

background-color css

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

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

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

border-color css

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

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

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