Html Css Color HEX #835A90 Affair

📋 copy color: '#835A90'

red 131 ◦ green 90 ◦ blue 144

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

Shades of Affair #835A90

Tints of Affair #835A90

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.66%

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

R = 35.89%
G = 24.66%
B = 39.45%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#835A90 (or 0x835A90) is known color: Affair. HEX triplet: 83, 5A and 90. RGB value is (131,90,144). Sum of RGB (Red+Green+Blue) = 131+90+144=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 144 - color contains mainly: blue. Hex color #835A90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835A90 is #7CA56F. Grayscale: #6C6C6C. Windows color (decimal): -8168816 or 9460355. OLE color: 9460355.

HSL color Cylindrical-coordinate representation of color #835A90: hue angle of 285.56º degrees, saturation: 0.23, 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 #835A90 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 90 144 -
CMYK 0.09 0.37 0 0.44
HSL 285.56º 0.23% 0.46% -
HSV(B) 285.56º 0.38% 0.56% -
XYZ 18.05 14.15 28.17 -
YUV 108.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 131 90 144 0.09 0.37 0 0.44 285.56 0.23 0.46
Hex 83 5A 90 9 25 0 2C 11E 17 2E
Octal 203 132 220 11 45 0 54 436 27 56
Binary 10000011 1011010 10010000 1001 100101 0 101100 100011110 10111 101110

Color Harmonies of #835A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835A90

Black with #835A90

Text Example


Text Example

White with #835A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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