Html Css Color HEX #835B96 Affair

📋 copy color: '#835B96'

red 131 ◦ green 91 ◦ blue 150

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

Shades of Affair #835B96

Tints of Affair #835B96

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.46%

 BLUE value IS 150 (58.98% from 255) = 40.32%

R = 35.22%
G = 24.46%
B = 40.32%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#835B96 (or 0x835B96) is known color: Affair. HEX triplet: 83, 5B and 96. RGB value is (131,91,150). Sum of RGB (Red+Green+Blue) = 131+91+150=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 150 (58.98% from 255 or 40.32% from 372); Max value from RGB is 150 - color contains mainly: blue. Hex color #835B96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835B96 is #7CA469. Grayscale: #6D6D6D. Windows color (decimal): -8168554 or 9853827. OLE color: 9853827.

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

Color convert

RGB 131 91 150 -
CMYK 0.13 0.39 0 0.41
HSL 280.68º 0.24% 0.47% -
HSV(B) 280.68º 0.39% 0.59% -
XYZ 18.61 14.51 30.67 -
YUV 109.69 150.75 143.2 -
System Red Green Blue C M Y K H S L
Decimal 131 91 150 0.13 0.39 0 0.41 280.68 0.24 0.47
Hex 83 5B 96 D 27 0 29 119 18 2F
Octal 203 133 226 15 47 0 51 431 30 57
Binary 10000011 1011011 10010110 1101 100111 0 101001 100011001 11000 101111

Color Harmonies of #835B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835B96

Black with #835B96

Text Example


Text Example

White with #835B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,91,150); }

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

background-color css

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

 a { background-color: rgb(131,91,150); }

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

border-color css

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

 span { border-color: rgb(131,91,150); }

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