#845090

Color #845090 Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #845090

Tints of Affair #845090

Color information

#845090 (or 0x845090) is unknown color: approx Affair. HEX triplet: 84, 50 and 90. RGB value is (132,80,144). Sum of RGB (Red+Green+Blue) = 132+80+144=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #845090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845090 is #7BAF6F. Grayscale: #666666. Windows color (decimal): -8105840 or 9457796. OLE color: 9457796.

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

Color convert

RGB13280144-
CMYK0.080.4400.44
HSL288.75º28.57%43.92%-
HSV(B)288.75º44.44%56.47%-
XYZ17.4212.6627.91-
YUV102.84151.23148.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.08%
GREEN value IS 80 (31.64% from 255) = 22.47%
BLUE value IS 144 (56.64% from 255) = 40.45%
R=37.08%
G=22.47%
B=40.45%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132801440.080.4400.44288.7528.5743.92
Hex84509082C02C1211d2c
Octal20412022010540544413554
Binary100001001010000100100001000101100010110010010000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845090; }

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

 H1.HeaderClassName
 {
   color: #845090;
 }
 .AnyTagClassName
 {
   color: #845090;
 }
</style>
background-color css

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

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

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

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

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

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