Html Css Color HEX #835692 Affair

📋 copy color: '#835692'

red 131 ◦ green 86 ◦ blue 146

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

Shades of Affair #835692

Tints of Affair #835692

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.69%

 BLUE value IS 146 (57.42% from 255) = 40.22%

R = 36.09%
G = 23.69%
B = 40.22%

CMYK

 C value IS 0.10

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#835692 (or 0x835692) is known color: Affair. HEX triplet: 83, 56 and 92. RGB value is (131,86,146). Sum of RGB (Red+Green+Blue) = 131+86+146=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: blue. Hex color #835692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835692 is #7CA96D. Grayscale: #6A6A6A. Windows color (decimal): -8169838 or 9590403. OLE color: 9590403.

HSL color Cylindrical-coordinate representation of color #835692: hue angle of 285º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #835692 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 86 146 -
CMYK 0.10 0.41 0 0.43
HSL 285º 0.26% 0.45% -
HSV(B) 285º 0.41% 0.57% -
XYZ 17.88 13.56 28.87 -
YUV 106.3 150.41 145.62 -
System Red Green Blue C M Y K H S L
Decimal 131 86 146 0.10 0.41 0 0.43 285 0.26 0.45
Hex 83 56 92 A 29 0 2B 11D 1A 2D
Octal 203 126 222 12 51 0 53 435 32 55
Binary 10000011 1010110 10010010 1010 101001 0 101011 100011101 11010 101101

Color Harmonies of #835692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835692

Black with #835692

Text Example


Text Example

White with #835692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835692; }

 p { color: rgb(131,86,146); }

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

background-color css

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

 a { background-color: rgb(131,86,146); }

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

border-color css

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

 span { border-color: rgb(131,86,146); }

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