Html Css Color HEX #836095 Affair

📋 copy color: '#836095'

red 131 ◦ green 96 ◦ blue 149

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

Shades of Affair #836095

Tints of Affair #836095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.53%

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

R = 34.84%
G = 25.53%
B = 39.63%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#836095 (or 0x836095) is known color: Affair. HEX triplet: 83, 60 and 95. RGB value is (131,96,149). Sum of RGB (Red+Green+Blue) = 131+96+149=376 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.84% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 149 - color contains mainly: blue. Hex color #836095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836095 is #7C9F6A. Grayscale: #707070. Windows color (decimal): -8167275 or 9789571. OLE color: 9789571.

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

Color convert

RGB 131 96 149 -
CMYK 0.12 0.36 0 0.42
HSL 279.62º 0.22% 0.48% -
HSV(B) 279.62º 0.36% 0.58% -
XYZ 18.97 15.36 30.4 -
YUV 112.51 148.6 141.19 -
System Red Green Blue C M Y K H S L
Decimal 131 96 149 0.12 0.36 0 0.42 279.62 0.22 0.48
Hex 83 60 95 C 24 0 2A 118 16 30
Octal 203 140 225 14 44 0 52 430 26 60
Binary 10000011 1100000 10010101 1100 100100 0 101010 100011000 10110 110000

Color Harmonies of #836095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836095

Black with #836095

Text Example


Text Example

White with #836095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836095; }

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

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

background-color css

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

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

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

border-color css

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

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

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