Html Css Color HEX #835297 Affair

📋 copy color: '#835297'

red 131 ◦ green 82 ◦ blue 151

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

Shades of Affair #835297

Tints of Affair #835297

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.53%

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

R = 35.99%
G = 22.53%
B = 41.48%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#835297 (or 0x835297) is known color: Affair. HEX triplet: 83, 52 and 97. RGB value is (131,82,151). Sum of RGB (Red+Green+Blue) = 131+82+151=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 151 (59.38% from 255 or 41.48% from 364); Max value from RGB is 151 - color contains mainly: blue. Hex color #835297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835297 is #7CAD68. Grayscale: #686868. Windows color (decimal): -8170857 or 9917059. OLE color: 9917059.

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

Color convert

RGB 131 82 151 -
CMYK 0.13 0.46 0 0.41
HSL 282.61º 0.3% 0.46% -
HSV(B) 282.61º 0.46% 0.59% -
XYZ 17.96 13.09 30.86 -
YUV 104.52 154.23 146.89 -
System Red Green Blue C M Y K H S L
Decimal 131 82 151 0.13 0.46 0 0.41 282.61 0.3 0.46
Hex 83 52 97 D 2E 0 29 11B 1E 2E
Octal 203 122 227 15 56 0 51 433 36 56
Binary 10000011 1010010 10010111 1101 101110 0 101001 100011011 11110 101110

Color Harmonies of #835297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835297

Black with #835297

Text Example


Text Example

White with #835297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835297; }

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

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

background-color css

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

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

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

border-color css

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

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

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