#846093

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

Shades of Affair #846093

Tints of Affair #846093

Color information

#846093 (or 0x846093) is unknown color: approx Affair. HEX triplet: 84, 60 and 93. RGB value is (132,96,147). Sum of RGB (Red+Green+Blue) = 132+96+147=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 147 (57.81% from 255 or 39.2% from 375); Max value from RGB is 147 - color contains mainly: blue. Hex color #846093 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846093 is #7B9F6C. Grayscale: #707070. Windows color (decimal): -8101741 or 9658500. OLE color: 9658500.

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

Color convert

RGB13296147-
CMYK0.100.3500.42
HSL282.35º20.99%47.65%-
HSV(B)282.35º34.69%57.65%-
XYZ18.9715.3829.57-
YUV112.58147.43141.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.2%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 147 (57.81% from 255) = 39.2%
R=35.2%
G=25.6%
B=39.2%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal132961470.100.3500.42282.3520.9947.65
Hex846093A2302A11a1530
Octal20414022312430524322560
Binary100001001100000100100111010100011010101010001101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846093; }

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

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

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

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

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

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

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

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