#845093

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

Shades of Affair #845093

Tints of Affair #845093

Color information

#845093 (or 0x845093) is unknown color: approx Affair. HEX triplet: 84, 50 and 93. RGB value is (132,80,147). Sum of RGB (Red+Green+Blue) = 132+80+147=359 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.77% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #845093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845093 is #7BAF6C. Grayscale: #666666. Windows color (decimal): -8105837 or 9654404. OLE color: 9654404.

HSL color Cylindrical-coordinate representation of color #845093: hue angle of 286.57º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #845093 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13280147-
CMYK0.100.4600.42
HSL286.57º29.52%44.51%-
HSV(B)286.57º45.58%57.65%-
XYZ17.6512.7529.13-
YUV103.19152.73148.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.77%
GREEN value IS 80 (31.64% from 255) = 22.28%
BLUE value IS 147 (57.81% from 255) = 40.95%
R=36.77%
G=22.28%
B=40.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132801470.100.4600.42286.5729.5244.51
Hex845093A2E02A11f1e2d
Octal20412022312560524373655
Binary100001001010000100100111010101110010101010001111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845093; }

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

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

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

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

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

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

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

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