Html Css Color HEX #835E91 Affair

📋 copy color: '#835E91'

red 131 ◦ green 94 ◦ blue 145

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

Shades of Affair #835E91

Tints of Affair #835E91

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.41%

 BLUE value IS 145 (57.03% from 255) = 39.19%

R = 35.41%
G = 25.41%
B = 39.19%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#835E91 (or 0x835E91) is known color: Affair. HEX triplet: 83, 5E and 91. RGB value is (131,94,145). Sum of RGB (Red+Green+Blue) = 131+94+145=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 145 - color contains mainly: blue. Hex color #835E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835E91 is #7CA16E. Grayscale: #6E6E6E. Windows color (decimal): -8167791 or 9526915. OLE color: 9526915.

HSL color Cylindrical-coordinate representation of color #835E91: hue angle of 283.53º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #835E91 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 94 145 -
CMYK 0.10 0.35 0 0.43
HSL 283.53º 0.21% 0.47% -
HSV(B) 283.53º 0.35% 0.57% -
XYZ 18.47 14.88 28.69 -
YUV 110.88 147.26 142.35 -
System Red Green Blue C M Y K H S L
Decimal 131 94 145 0.10 0.35 0 0.43 283.53 0.21 0.47
Hex 83 5E 91 A 23 0 2B 11C 15 2F
Octal 203 136 221 12 43 0 53 434 25 57
Binary 10000011 1011110 10010001 1010 100011 0 101011 100011100 10101 101111

Color Harmonies of #835E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835E91

Black with #835E91

Text Example


Text Example

White with #835E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835E91; }

 p { color: rgb(131,94,145); }

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

background-color css

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

 a { background-color: rgb(131,94,145); }

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

border-color css

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

 span { border-color: rgb(131,94,145); }

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