Html Css Color HEX #836195 Affair

📋 copy color: '#836195'

red 131 ◦ green 97 ◦ blue 149

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

Shades of Affair #836195

Tints of Affair #836195

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.73%

 BLUE value IS 149 (58.59% from 255) = 39.52%

R = 34.75%
G = 25.73%
B = 39.52%

CMYK

 C value IS 0.12

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#836195 (or 0x836195) is known color: Affair. HEX triplet: 83, 61 and 95. RGB value is (131,97,149). Sum of RGB (Red+Green+Blue) = 131+97+149=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 149 - color contains mainly: blue. Hex color #836195 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836195 is #7C9E6A. Grayscale: #707070. Windows color (decimal): -8167019 or 9789827. OLE color: 9789827.

HSL color Cylindrical-coordinate representation of color #836195: hue angle of 279.23º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #836195 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 97 149 -
CMYK 0.12 0.35 0 0.42
HSL 279.23º 0.21% 0.48% -
HSV(B) 279.23º 0.35% 0.58% -
XYZ 19.06 15.54 30.43 -
YUV 113.09 148.26 140.77 -
System Red Green Blue C M Y K H S L
Decimal 131 97 149 0.12 0.35 0 0.42 279.23 0.21 0.48
Hex 83 61 95 C 23 0 2A 117 15 30
Octal 203 141 225 14 43 0 52 427 25 60
Binary 10000011 1100001 10010101 1100 100011 0 101010 100010111 10101 110000

Color Harmonies of #836195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836195

Black with #836195

Text Example


Text Example

White with #836195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836195; }

 p { color: rgb(131,97,149); }

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

background-color css

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

 a { background-color: rgb(131,97,149); }

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

border-color css

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

 span { border-color: rgb(131,97,149); }

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