Html Css Color HEX #83519A Affair

📋 copy color: '#83519A'

red 131 ◦ green 81 ◦ blue 154

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

Shades of Affair #83519A

Tints of Affair #83519A

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.13%

 BLUE value IS 154 (60.55% from 255) = 42.08%

R = 35.79%
G = 22.13%
B = 42.08%

CMYK

 C value IS 0.15

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#83519A (or 0x83519A) is known color: Affair. HEX triplet: 83, 51 and 9A. RGB value is (131,81,154). Sum of RGB (Red+Green+Blue) = 131+81+154=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 81 (32.03% from 255 or 22.13% from 366); Blue value is 154 (60.55% from 255 or 42.08% from 366); Max value from RGB is 154 - color contains mainly: blue. Hex color #83519A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83519A is #7CAE65. Grayscale: #686868. Windows color (decimal): -8171110 or 10113411. OLE color: 10113411.

HSL color Cylindrical-coordinate representation of color #83519A: hue angle of 281.1º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #83519A is Cyan = 0.15, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 81 154 -
CMYK 0.15 0.47 0 0.40
HSL 281.1º 0.31% 0.46% -
HSV(B) 281.1º 0.47% 0.6% -
XYZ 18.14 13.04 32.13 -
YUV 104.27 156.07 147.06 -
System Red Green Blue C M Y K H S L
Decimal 131 81 154 0.15 0.47 0 0.40 281.1 0.31 0.46
Hex 83 51 9A F 2F 0 28 119 1F 2E
Octal 203 121 232 17 57 0 50 431 37 56
Binary 10000011 1010001 10011010 1111 101111 0 101000 100011001 11111 101110

Color Harmonies of #83519A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83519A

Black with #83519A

Text Example


Text Example

White with #83519A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83519A; }

 p { color: rgb(131,81,154); }

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

background-color css

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

 a { background-color: rgb(131,81,154); }

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

border-color css

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

 span { border-color: rgb(131,81,154); }

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