#835998

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

Shades of Affair #835998

Tints of Affair #835998

Color information

#835998 (or 0x835998) is unknown color: approx Affair. HEX triplet: 83, 59 and 98. RGB value is (131,89,152). Sum of RGB (Red+Green+Blue) = 131+89+152=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 152 - color contains mainly: blue. Hex color #835998 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835998 is #7CA667. Grayscale: #6C6C6C. Windows color (decimal): -8169064 or 9984387. OLE color: 9984387.

HSL color Cylindrical-coordinate representation of color #835998: hue angle of 280º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #835998 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB13189152-
CMYK0.140.4100.40
HSL280º26.14%47.25%-
HSV(B)280º41.45%59.61%-
XYZ18.614.2431.47-
YUV108.74152.41143.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.22%
GREEN value IS 89 (35.16% from 255) = 23.92%
BLUE value IS 152 (59.77% from 255) = 40.86%
R=35.22%
G=23.92%
B=40.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal131891520.140.4100.4028026.1447.25
Hex835998E290281181a2f
Octal20313123016510504303257
Binary100000111011001100110001110101001010100010001100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #835998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #835998; }

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

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

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

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

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

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

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

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