Html Css Color HEX #83579A Affair

📋 copy color: '#83579A'

red 131 ◦ green 87 ◦ blue 154

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

Shades of Affair #83579A

Tints of Affair #83579A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.39%

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

R = 35.22%
G = 23.39%
B = 41.4%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#83579A (or 0x83579A) is known color: Affair. HEX triplet: 83, 57 and 9A. RGB value is (131,87,154). Sum of RGB (Red+Green+Blue) = 131+87+154=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 154 (60.55% from 255 or 41.40% from 372); Max value from RGB is 154 - color contains mainly: blue. Hex color #83579A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83579A is #7CA865. Grayscale: #6B6B6B. Windows color (decimal): -8169574 or 10114947. OLE color: 10114947.

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

Color convert

RGB 131 87 154 -
CMYK 0.15 0.44 0 0.40
HSL 279.4º 0.28% 0.47% -
HSV(B) 279.4º 0.44% 0.6% -
XYZ 18.6 13.97 32.29 -
YUV 107.79 154.08 144.55 -
System Red Green Blue C M Y K H S L
Decimal 131 87 154 0.15 0.44 0 0.40 279.4 0.28 0.47
Hex 83 57 9A F 2C 0 28 117 1C 2F
Octal 203 127 232 17 54 0 50 427 34 57
Binary 10000011 1010111 10011010 1111 101100 0 101000 100010111 11100 101111

Color Harmonies of #83579A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83579A

Black with #83579A

Text Example


Text Example

White with #83579A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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