Html Css Color HEX #836096 Affair

📋 copy color: '#836096'

red 131 ◦ green 96 ◦ blue 150

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

Shades of Affair #836096

Tints of Affair #836096

RGB

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

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

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

R = 34.75%
G = 25.46%
B = 39.79%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#836096 (or 0x836096) is known color: Affair. HEX triplet: 83, 60 and 96. RGB value is (131,96,150). Sum of RGB (Red+Green+Blue) = 131+96+150=377 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.75% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 150 - color contains mainly: blue. Hex color #836096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836096 is #7C9F69. Grayscale: #707070. Windows color (decimal): -8167274 or 9855107. OLE color: 9855107.

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

Color convert

RGB 131 96 150 -
CMYK 0.13 0.36 0 0.41
HSL 278.89º 0.22% 0.48% -
HSV(B) 278.89º 0.36% 0.59% -
XYZ 19.05 15.39 30.82 -
YUV 112.62 149.1 141.11 -
System Red Green Blue C M Y K H S L
Decimal 131 96 150 0.13 0.36 0 0.41 278.89 0.22 0.48
Hex 83 60 96 D 24 0 29 117 16 30
Octal 203 140 226 15 44 0 51 427 26 60
Binary 10000011 1100000 10010110 1101 100100 0 101001 100010111 10110 110000

Color Harmonies of #836096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836096

Black with #836096

Text Example


Text Example

White with #836096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836096; }

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

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

background-color css

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

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

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

border-color css

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

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

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