Html Css Color HEX #835796 Affair

📋 copy color: '#835796'

red 131 ◦ green 87 ◦ blue 150

#835796
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Affair #835796

Tints of Affair #835796

RGB

 RED value IS 131 (51.56% from 255) = 35.6%

 GREEN value IS 87 (34.38% from 255) = 23.64%

 BLUE value IS 150 (58.98% from 255) = 40.76%

R = 35.6%
G = 23.64%
B = 40.76%

CMYK

 C value IS 0.13

 M value IS 0.42

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#835796 (or 0x835796) is known color: Affair. HEX triplet: 83, 57 and 96. RGB value is (131,87,150). Sum of RGB (Red+Green+Blue) = 131+87+150=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 150 (58.98% from 255 or 40.76% from 368); Max value from RGB is 150 - color contains mainly: blue. Hex color #835796 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835796 is #7CA869. Grayscale: #6B6B6B. Windows color (decimal): -8169578 or 9852803. OLE color: 9852803.

HSL color Cylindrical-coordinate representation of color #835796: hue angle of 281.9º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #835796 is Cyan = 0.13, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 87 150 -
CMYK 0.13 0.42 0 0.41
HSL 281.9º 0.27% 0.46% -
HSV(B) 281.9º 0.42% 0.59% -
XYZ 18.27 13.84 30.56 -
YUV 107.34 152.08 144.88 -
System Red Green Blue C M Y K H S L
Decimal 131 87 150 0.13 0.42 0 0.41 281.9 0.27 0.46
Hex 83 57 96 D 2A 0 29 11A 1B 2E
Octal 203 127 226 15 52 0 51 432 33 56
Binary 10000011 1010111 10010110 1101 101010 0 101001 100011010 11011 101110

Color Harmonies of #835796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835796

Black with #835796

Text Example


Text Example

White with #835796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835796; }

 p { color: rgb(131,87,150); }

 H1.HeaderClassName
 {
   color: #835796;
 }
 .AnyTagClassName
 {
   color: #835796;
 }
</style>

background-color css

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

 a { background-color: rgb(131,87,150); }

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

border-color css

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

 span { border-color: rgb(131,87,150); }

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