Html Css Color HEX #835797 Affair

📋 copy color: '#835797'

red 131 ◦ green 87 ◦ blue 151

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

Shades of Affair #835797

Tints of Affair #835797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.92%

R = 35.5%
G = 23.58%
B = 40.92%

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

#835797 (or 0x835797) is known color: Affair. HEX triplet: 83, 57 and 97. RGB value is (131,87,151). Sum of RGB (Red+Green+Blue) = 131+87+151=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 151 (59.38% from 255 or 40.92% from 369); Max value from RGB is 151 - color contains mainly: blue. Hex color #835797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835797 is #7CA868. Grayscale: #6B6B6B. Windows color (decimal): -8169577 or 9918339. OLE color: 9918339.

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

Color convert

RGB 131 87 151 -
CMYK 0.13 0.42 0 0.41
HSL 281.25º 0.27% 0.47% -
HSV(B) 281.25º 0.42% 0.59% -
XYZ 18.35 13.88 30.99 -
YUV 107.45 152.58 144.8 -
System Red Green Blue C M Y K H S L
Decimal 131 87 151 0.13 0.42 0 0.41 281.25 0.27 0.47
Hex 83 57 97 D 2A 0 29 119 1B 2F
Octal 203 127 227 15 52 0 51 431 33 57
Binary 10000011 1010111 10010111 1101 101010 0 101001 100011001 11011 101111

Color Harmonies of #835797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835797

Black with #835797

Text Example


Text Example

White with #835797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835797; }

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

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

background-color css

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

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

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

border-color css

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

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

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