Html Css Color HEX #83598E Affair

📋 copy color: '#83598E'

red 131 ◦ green 89 ◦ blue 142

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

Shades of Affair #83598E

Tints of Affair #83598E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.23%

R = 36.19%
G = 24.59%
B = 39.23%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#83598E (or 0x83598E) is known color: Affair. HEX triplet: 83, 59 and 8E. RGB value is (131,89,142). Sum of RGB (Red+Green+Blue) = 131+89+142=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 142 - color contains mainly: blue. Hex color #83598E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83598E is #7CA671. Grayscale: #6B6B6B. Windows color (decimal): -8169074 or 9329027. OLE color: 9329027.

HSL color Cylindrical-coordinate representation of color #83598E: hue angle of 287.55º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83598E is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 89 142 -
CMYK 0.08 0.37 0 0.44
HSL 287.55º 0.23% 0.45% -
HSV(B) 287.55º 0.37% 0.56% -
XYZ 17.81 13.92 27.34 -
YUV 107.6 147.41 144.69 -
System Red Green Blue C M Y K H S L
Decimal 131 89 142 0.08 0.37 0 0.44 287.55 0.23 0.45
Hex 83 59 8E 8 25 0 2C 120 17 2D
Octal 203 131 216 10 45 0 54 440 27 55
Binary 10000011 1011001 10001110 1000 100101 0 101100 100100000 10111 101101

Color Harmonies of #83598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83598E

Black with #83598E

Text Example


Text Example

White with #83598E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83598E; }

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

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

background-color css

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

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

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

border-color css

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

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

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