Html Css Color HEX #835990 Affair

📋 copy color: '#835990'

red 131 ◦ green 89 ◦ blue 144

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

Shades of Affair #835990

Tints of Affair #835990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.45%

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

R = 35.99%
G = 24.45%
B = 39.56%

CMYK

 C value IS 0.09

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#835990 (or 0x835990) is known color: Affair. HEX triplet: 83, 59 and 90. RGB value is (131,89,144). Sum of RGB (Red+Green+Blue) = 131+89+144=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 144 - color contains mainly: blue. Hex color #835990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835990 is #7CA66F. Grayscale: #6B6B6B. Windows color (decimal): -8169072 or 9460099. OLE color: 9460099.

HSL color Cylindrical-coordinate representation of color #835990: hue angle of 285.82º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #835990 is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 89 144 -
CMYK 0.09 0.38 0 0.44
HSL 285.82º 0.24% 0.46% -
HSV(B) 285.82º 0.38% 0.56% -
XYZ 17.97 13.98 28.14 -
YUV 107.83 148.41 144.53 -
System Red Green Blue C M Y K H S L
Decimal 131 89 144 0.09 0.38 0 0.44 285.82 0.24 0.46
Hex 83 59 90 9 26 0 2C 11E 18 2E
Octal 203 131 220 11 46 0 54 436 30 56
Binary 10000011 1011001 10010000 1001 100110 0 101100 100011110 11000 101110

Color Harmonies of #835990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835990

Black with #835990

Text Example


Text Example

White with #835990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835990; }

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

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

background-color css

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

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

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

border-color css

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

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

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