Html Css Color HEX #835694 Affair

📋 copy color: '#835694'

red 131 ◦ green 86 ◦ blue 148

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

Shades of Affair #835694

Tints of Affair #835694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 40.55%

R = 35.89%
G = 23.56%
B = 40.55%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#835694 (or 0x835694) is known color: Affair. HEX triplet: 83, 56 and 94. RGB value is (131,86,148). Sum of RGB (Red+Green+Blue) = 131+86+148=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 148 (58.20% from 255 or 40.55% from 365); Max value from RGB is 148 - color contains mainly: blue. Hex color #835694 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835694 is #7CA96B. Grayscale: #6A6A6A. Windows color (decimal): -8169836 or 9721475. OLE color: 9721475.

HSL color Cylindrical-coordinate representation of color #835694: hue angle of 283.55º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #835694 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 86 148 -
CMYK 0.11 0.42 0 0.42
HSL 283.55º 0.26% 0.46% -
HSV(B) 283.55º 0.42% 0.58% -
XYZ 18.03 13.62 29.7 -
YUV 106.52 151.41 145.46 -
System Red Green Blue C M Y K H S L
Decimal 131 86 148 0.11 0.42 0 0.42 283.55 0.26 0.46
Hex 83 56 94 B 2A 0 2A 11C 1A 2E
Octal 203 126 224 13 52 0 52 434 32 56
Binary 10000011 1010110 10010100 1011 101010 0 101010 100011100 11010 101110

Color Harmonies of #835694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835694

Black with #835694

Text Example


Text Example

White with #835694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835694; }

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

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

background-color css

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

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

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

border-color css

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

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

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