Html Css Color HEX #836292 Affair

📋 copy color: '#836292'

red 131 ◦ green 98 ◦ blue 146

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

Shades of Affair #836292

Tints of Affair #836292

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.13%

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

R = 34.93%
G = 26.13%
B = 38.93%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#836292 (or 0x836292) is known color: Affair. HEX triplet: 83, 62 and 92. RGB value is (131,98,146). Sum of RGB (Red+Green+Blue) = 131+98+146=375 (49% of max value = 765). Red value is 131 (51.56% from 255 or 34.93% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 146 - color contains mainly: blue. Hex color #836292 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836292 is #7C9D6D. Grayscale: #717171. Windows color (decimal): -8166766 or 9593475. OLE color: 9593475.

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

Color convert

RGB 131 98 146 -
CMYK 0.10 0.33 0 0.43
HSL 281.25º 0.2% 0.48% -
HSV(B) 281.25º 0.33% 0.57% -
XYZ 18.92 15.64 29.22 -
YUV 113.34 146.43 140.6 -
System Red Green Blue C M Y K H S L
Decimal 131 98 146 0.10 0.33 0 0.43 281.25 0.2 0.48
Hex 83 62 92 A 21 0 2B 119 14 30
Octal 203 142 222 12 41 0 53 431 24 60
Binary 10000011 1100010 10010010 1010 100001 0 101011 100011001 10100 110000

Color Harmonies of #836292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836292

Black with #836292

Text Example


Text Example

White with #836292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836292; }

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

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

background-color css

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

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

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

border-color css

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

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

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