Html Css Color HEX #836391 Affair

📋 copy color: '#836391'

red 131 ◦ green 99 ◦ blue 145

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

Shades of Affair #836391

Tints of Affair #836391

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.4%

 BLUE value IS 145 (57.03% from 255) = 38.67%

R = 34.93%
G = 26.4%
B = 38.67%

CMYK

 C value IS 0.10

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#836391 (or 0x836391) is known color: Affair. HEX triplet: 83, 63 and 91. RGB value is (131,99,145). Sum of RGB (Red+Green+Blue) = 131+99+145=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 145 - color contains mainly: blue. Hex color #836391 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836391 is #7C9C6E. Grayscale: #717171. Windows color (decimal): -8166511 or 9528195. OLE color: 9528195.

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

Color convert

RGB 131 99 145 -
CMYK 0.10 0.32 0 0.43
HSL 281.74º 0.19% 0.48% -
HSV(B) 281.74º 0.32% 0.57% -
XYZ 18.93 15.79 28.84 -
YUV 113.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 131 99 145 0.10 0.32 0 0.43 281.74 0.19 0.48
Hex 83 63 91 A 20 0 2B 11A 13 30
Octal 203 143 221 12 40 0 53 432 23 60
Binary 10000011 1100011 10010001 1010 100000 0 101011 100011010 10011 110000

Color Harmonies of #836391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836391

Black with #836391

Text Example


Text Example

White with #836391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836391; }

 p { color: rgb(131,99,145); }

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

background-color css

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

 a { background-color: rgb(131,99,145); }

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

border-color css

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

 span { border-color: rgb(131,99,145); }

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