Html Css Color HEX #835690 Affair

📋 copy color: '#835690'

red 131 ◦ green 86 ◦ blue 144

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

Shades of Affair #835690

Tints of Affair #835690

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.82%

 BLUE value IS 144 (56.64% from 255) = 39.89%

R = 36.29%
G = 23.82%
B = 39.89%

CMYK

 C value IS 0.09

 M value IS 0.40

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#835690 (or 0x835690) is known color: Affair. HEX triplet: 83, 56 and 90. RGB value is (131,86,144). Sum of RGB (Red+Green+Blue) = 131+86+144=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 86 (33.98% from 255 or 23.82% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 144 - color contains mainly: blue. Hex color #835690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835690 is #7CA96F. Grayscale: #696969. Windows color (decimal): -8169840 or 9459331. OLE color: 9459331.

HSL color Cylindrical-coordinate representation of color #835690: hue angle of 286.55º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #835690 is Cyan = 0.09, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 86 144 -
CMYK 0.09 0.40 0 0.44
HSL 286.55º 0.25% 0.45% -
HSV(B) 286.55º 0.4% 0.56% -
XYZ 17.72 13.49 28.06 -
YUV 106.07 149.41 145.78 -
System Red Green Blue C M Y K H S L
Decimal 131 86 144 0.09 0.40 0 0.44 286.55 0.25 0.45
Hex 83 56 90 9 28 0 2C 11F 19 2D
Octal 203 126 220 11 50 0 54 437 31 55
Binary 10000011 1010110 10010000 1001 101000 0 101100 100011111 11001 101101

Color Harmonies of #835690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835690

Black with #835690

Text Example


Text Example

White with #835690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835690; }

 p { color: rgb(131,86,144); }

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

background-color css

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

 a { background-color: rgb(131,86,144); }

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

border-color css

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

 span { border-color: rgb(131,86,144); }

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