Html Css Color HEX #835491 Affair

📋 copy color: '#835491'

red 131 ◦ green 84 ◦ blue 145

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

Shades of Affair #835491

Tints of Affair #835491

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.33%

 BLUE value IS 145 (57.03% from 255) = 40.28%

R = 36.39%
G = 23.33%
B = 40.28%

CMYK

 C value IS 0.10

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#835491 (or 0x835491) is known color: Affair. HEX triplet: 83, 54 and 91. RGB value is (131,84,145). Sum of RGB (Red+Green+Blue) = 131+84+145=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 145 - color contains mainly: blue. Hex color #835491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835491 is #7CAB6E. Grayscale: #686868. Windows color (decimal): -8170351 or 9524355. OLE color: 9524355.

HSL color Cylindrical-coordinate representation of color #835491: hue angle of 286.23º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #835491 is Cyan = 0.10, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 84 145 -
CMYK 0.10 0.42 0 0.43
HSL 286.23º 0.27% 0.45% -
HSV(B) 286.23º 0.42% 0.57% -
XYZ 17.64 13.21 28.41 -
YUV 105.01 150.57 146.54 -
System Red Green Blue C M Y K H S L
Decimal 131 84 145 0.10 0.42 0 0.43 286.23 0.27 0.45
Hex 83 54 91 A 2A 0 2B 11E 1B 2D
Octal 203 124 221 12 52 0 53 436 33 55
Binary 10000011 1010100 10010001 1010 101010 0 101011 100011110 11011 101101

Color Harmonies of #835491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835491

Black with #835491

Text Example


Text Example

White with #835491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835491; }

 p { color: rgb(131,84,145); }

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

background-color css

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

 a { background-color: rgb(131,84,145); }

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

border-color css

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

 span { border-color: rgb(131,84,145); }

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