Html Css Color HEX #836092 Affair

📋 copy color: '#836092'

red 131 ◦ green 96 ◦ blue 146

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

Shades of Affair #836092

Tints of Affair #836092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.14%

R = 35.12%
G = 25.74%
B = 39.14%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#836092 (or 0x836092) is known color: Affair. HEX triplet: 83, 60 and 92. RGB value is (131,96,146). Sum of RGB (Red+Green+Blue) = 131+96+146=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 146 (57.42% from 255 or 39.14% from 373); Max value from RGB is 146 - color contains mainly: blue. Hex color #836092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836092 is #7C9F6D. Grayscale: #707070. Windows color (decimal): -8167278 or 9592963. OLE color: 9592963.

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

Color convert

RGB 131 96 146 -
CMYK 0.10 0.34 0 0.43
HSL 282º 0.21% 0.47% -
HSV(B) 282º 0.34% 0.57% -
XYZ 18.73 15.27 29.15 -
YUV 112.17 147.1 141.43 -
System Red Green Blue C M Y K H S L
Decimal 131 96 146 0.10 0.34 0 0.43 282 0.21 0.47
Hex 83 60 92 A 22 0 2B 11A 15 2F
Octal 203 140 222 12 42 0 53 432 25 57
Binary 10000011 1100000 10010010 1010 100010 0 101011 100011010 10101 101111

Color Harmonies of #836092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836092

Black with #836092

Text Example


Text Example

White with #836092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836092; }

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

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

background-color css

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

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

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

border-color css

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

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

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