Html Css Color HEX #835097 Affair

📋 copy color: '#835097'

red 131 ◦ green 80 ◦ blue 151

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

Shades of Affair #835097

Tints of Affair #835097

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.1%

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

R = 36.19%
G = 22.1%
B = 41.71%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#835097 (or 0x835097) is known color: Affair. HEX triplet: 83, 50 and 97. RGB value is (131,80,151). Sum of RGB (Red+Green+Blue) = 131+80+151=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 151 - color contains mainly: blue. Hex color #835097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835097 is #7CAF68. Grayscale: #676767. Windows color (decimal): -8171369 or 9916547. OLE color: 9916547.

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

Color convert

RGB 131 80 151 -
CMYK 0.13 0.47 0 0.41
HSL 283.1º 0.31% 0.45% -
HSV(B) 283.1º 0.47% 0.59% -
XYZ 17.81 12.8 30.81 -
YUV 103.34 154.9 147.73 -
System Red Green Blue C M Y K H S L
Decimal 131 80 151 0.13 0.47 0 0.41 283.1 0.31 0.45
Hex 83 50 97 D 2F 0 29 11B 1F 2D
Octal 203 120 227 15 57 0 51 433 37 55
Binary 10000011 1010000 10010111 1101 101111 0 101001 100011011 11111 101101

Color Harmonies of #835097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835097

Black with #835097

Text Example


Text Example

White with #835097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835097; }

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

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

background-color css

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

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

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

border-color css

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

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

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