Html Css Color HEX #835296 Affair

📋 copy color: '#835296'

red 131 ◦ green 82 ◦ blue 150

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

Shades of Affair #835296

Tints of Affair #835296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.59%

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

R = 36.09%
G = 22.59%
B = 41.32%

CMYK

 C value IS 0.13

 M value IS 0.45

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#835296 (or 0x835296) is known color: Affair. HEX triplet: 83, 52 and 96. RGB value is (131,82,150). Sum of RGB (Red+Green+Blue) = 131+82+150=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 82 (32.42% from 255 or 22.59% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #835296 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835296 is #7CAD69. Grayscale: #686868. Windows color (decimal): -8170858 or 9851523. OLE color: 9851523.

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

Color convert

RGB 131 82 150 -
CMYK 0.13 0.45 0 0.41
HSL 283.24º 0.29% 0.45% -
HSV(B) 283.24º 0.45% 0.59% -
XYZ 17.88 13.06 30.43 -
YUV 104.4 153.73 146.97 -
System Red Green Blue C M Y K H S L
Decimal 131 82 150 0.13 0.45 0 0.41 283.24 0.29 0.45
Hex 83 52 96 D 2D 0 29 11B 1D 2D
Octal 203 122 226 15 55 0 51 433 35 55
Binary 10000011 1010010 10010110 1101 101101 0 101001 100011011 11101 101101

Color Harmonies of #835296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835296

Black with #835296

Text Example


Text Example

White with #835296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835296; }

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

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

background-color css

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

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

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

border-color css

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

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

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