Html Css Color HEX #835396 Affair

📋 copy color: '#835396'

red 131 ◦ green 83 ◦ blue 150

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

Shades of Affair #835396

Tints of Affair #835396

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.8%

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

R = 35.99%
G = 22.8%
B = 41.21%

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

#835396 (or 0x835396) is known color: Affair. HEX triplet: 83, 53 and 96. RGB value is (131,83,150). Sum of RGB (Red+Green+Blue) = 131+83+150=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #835396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835396 is #7CAC69. Grayscale: #686868. Windows color (decimal): -8170602 or 9851779. OLE color: 9851779.

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

Color convert

RGB 131 83 150 -
CMYK 0.13 0.45 0 0.41
HSL 282.99º 0.29% 0.46% -
HSV(B) 282.99º 0.45% 0.59% -
XYZ 17.96 13.21 30.46 -
YUV 104.99 153.4 146.55 -
System Red Green Blue C M Y K H S L
Decimal 131 83 150 0.13 0.45 0 0.41 282.99 0.29 0.46
Hex 83 53 96 D 2D 0 29 11B 1D 2E
Octal 203 123 226 15 55 0 51 433 35 56
Binary 10000011 1010011 10010110 1101 101101 0 101001 100011011 11101 101110

Color Harmonies of #835396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835396

Black with #835396

Text Example


Text Example

White with #835396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835396; }

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

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

background-color css

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

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

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

border-color css

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

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

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