Html Css Color HEX #83599A Affair

📋 copy color: '#83599A'

red 131 ◦ green 89 ◦ blue 154

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

Shades of Affair #83599A

Tints of Affair #83599A

RGB

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

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

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

R = 35.03%
G = 23.8%
B = 41.18%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#83599A (or 0x83599A) is known color: Affair. HEX triplet: 83, 59 and 9A. RGB value is (131,89,154). Sum of RGB (Red+Green+Blue) = 131+89+154=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 154 - color contains mainly: blue. Hex color #83599A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83599A is #7CA665. Grayscale: #6C6C6C. Windows color (decimal): -8169062 or 10115459. OLE color: 10115459.

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

Color convert

RGB 131 89 154 -
CMYK 0.15 0.42 0 0.40
HSL 278.77º 0.27% 0.48% -
HSV(B) 278.77º 0.42% 0.6% -
XYZ 18.77 14.3 32.34 -
YUV 108.97 153.41 143.71 -
System Red Green Blue C M Y K H S L
Decimal 131 89 154 0.15 0.42 0 0.40 278.77 0.27 0.48
Hex 83 59 9A F 2A 0 28 117 1B 30
Octal 203 131 232 17 52 0 50 427 33 60
Binary 10000011 1011001 10011010 1111 101010 0 101000 100010111 11011 110000

Color Harmonies of #83599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83599A

Black with #83599A

Text Example


Text Example

White with #83599A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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