Html Css Color HEX #835997 Affair

📋 copy color: '#835997'

red 131 ◦ green 89 ◦ blue 151

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

Shades of Affair #835997

Tints of Affair #835997

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.99%

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

R = 35.31%
G = 23.99%
B = 40.7%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#835997 (or 0x835997) is known color: Affair. HEX triplet: 83, 59 and 97. RGB value is (131,89,151). Sum of RGB (Red+Green+Blue) = 131+89+151=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 151 (59.38% from 255 or 40.70% from 371); Max value from RGB is 151 - color contains mainly: blue. Hex color #835997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835997 is #7CA668. Grayscale: #6C6C6C. Windows color (decimal): -8169065 or 9918851. OLE color: 9918851.

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

Color convert

RGB 131 89 151 -
CMYK 0.13 0.41 0 0.41
HSL 280.65º 0.26% 0.47% -
HSV(B) 280.65º 0.41% 0.59% -
XYZ 18.52 14.2 31.04 -
YUV 108.63 151.91 143.96 -
System Red Green Blue C M Y K H S L
Decimal 131 89 151 0.13 0.41 0 0.41 280.65 0.26 0.47
Hex 83 59 97 D 29 0 29 119 1A 2F
Octal 203 131 227 15 51 0 51 431 32 57
Binary 10000011 1011001 10010111 1101 101001 0 101001 100011001 11010 101111

Color Harmonies of #835997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835997

Black with #835997

Text Example


Text Example

White with #835997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835997; }

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

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

background-color css

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

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

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

border-color css

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

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

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