#834E98

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

Shades of Affair #834E98

Tints of Affair #834E98

Color information

#834E98 (or 0x834E98) is unknown color: approx Affair. HEX triplet: 83, 4E and 98. RGB value is (131,78,152). Sum of RGB (Red+Green+Blue) = 131+78+152=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 152 (59.77% from 255 or 42.11% from 361); Max value from RGB is 152 - color contains mainly: blue. Hex color #834E98 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #834E98 is #7CB167. Grayscale: #666666. Windows color (decimal): -8171880 or 9981571. OLE color: 9981571.

HSL color Cylindrical-coordinate representation of color #834E98: hue angle of 282.97º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #834E98 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13178152-
CMYK0.140.4900.40
HSL282.97º32.17%45.1%-
HSV(B)282.97º48.68%59.61%-
XYZ17.7512.5431.19-
YUV102.28156.06148.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.29%
GREEN value IS 78 (30.86% from 255) = 21.61%
BLUE value IS 152 (59.77% from 255) = 42.11%
R=36.29%
G=21.61%
B=42.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal131781520.140.4900.40282.9732.1745.1
Hex834E98E3102811b202d
Octal20311623016610504334055
Binary1000001110011101001100011101100010101000100011011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834E98; }

 p { color: rgb(131,78,152); }

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

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

 a { background-color: rgb(131,78,152); }

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

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

 span { border-color: rgb(131,78,152); }

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