#846095

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

Shades of Affair #846095

Tints of Affair #846095

Color information

#846095 (or 0x846095) is unknown color: approx Affair. HEX triplet: 84, 60 and 95. RGB value is (132,96,149). Sum of RGB (Red+Green+Blue) = 132+96+149=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 149 - color contains mainly: blue. Hex color #846095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846095 is #7B9F6A. Grayscale: #707070. Windows color (decimal): -8101739 or 9789572. OLE color: 9789572.

HSL color Cylindrical-coordinate representation of color #846095: hue angle of 280.75º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #846095 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13296149-
CMYK0.110.3600.42
HSL280.75º21.63%48.04%-
HSV(B)280.75º35.57%58.43%-
XYZ19.1215.4430.41-
YUV112.81148.43141.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.01%
GREEN value IS 96 (37.89% from 255) = 25.46%
BLUE value IS 149 (58.59% from 255) = 39.52%
R=35.01%
G=25.46%
B=39.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132961490.110.3600.42280.7521.6348.04
Hex846095B2402A1191630
Octal20414022513440524312660
Binary100001001100000100101011011100100010101010001100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846095; }

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

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

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

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

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

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

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

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