Html Css Color HEX #835096 Affair

📋 copy color: '#835096'

red 131 ◦ green 80 ◦ blue 150

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

Shades of Affair #835096

Tints of Affair #835096

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.16%

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

R = 36.29%
G = 22.16%
B = 41.55%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#835096 (or 0x835096) is known color: Affair. HEX triplet: 83, 50 and 96. RGB value is (131,80,150). Sum of RGB (Red+Green+Blue) = 131+80+150=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 80 (31.64% from 255 or 22.16% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 150 - color contains mainly: blue. Hex color #835096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835096 is #7CAF69. Grayscale: #676767. Windows color (decimal): -8171370 or 9851011. OLE color: 9851011.

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

Color convert

RGB 131 80 150 -
CMYK 0.13 0.47 0 0.41
HSL 283.71º 0.3% 0.45% -
HSV(B) 283.71º 0.47% 0.59% -
XYZ 17.73 12.76 30.38 -
YUV 103.23 154.4 147.81 -
System Red Green Blue C M Y K H S L
Decimal 131 80 150 0.13 0.47 0 0.41 283.71 0.3 0.45
Hex 83 50 96 D 2F 0 29 11C 1E 2D
Octal 203 120 226 15 57 0 51 434 36 55
Binary 10000011 1010000 10010110 1101 101111 0 101001 100011100 11110 101101

Color Harmonies of #835096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835096

Black with #835096

Text Example


Text Example

White with #835096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835096; }

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

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

background-color css

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

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

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

border-color css

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

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

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