Html Css Color HEX #83588E Affair

📋 copy color: '#83588E'

red 131 ◦ green 88 ◦ blue 142

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

Shades of Affair #83588E

Tints of Affair #83588E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.38%

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

R = 36.29%
G = 24.38%
B = 39.34%

CMYK

 C value IS 0.08

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#83588E (or 0x83588E) is known color: Affair. HEX triplet: 83, 58 and 8E. RGB value is (131,88,142). Sum of RGB (Red+Green+Blue) = 131+88+142=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 142 - color contains mainly: blue. Hex color #83588E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83588E is #7CA771. Grayscale: #6A6A6A. Windows color (decimal): -8169330 or 9328771. OLE color: 9328771.

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

Color convert

RGB 131 88 142 -
CMYK 0.08 0.38 0 0.44
HSL 287.78º 0.23% 0.45% -
HSV(B) 287.78º 0.38% 0.56% -
XYZ 17.73 13.76 27.31 -
YUV 107.01 147.75 145.11 -
System Red Green Blue C M Y K H S L
Decimal 131 88 142 0.08 0.38 0 0.44 287.78 0.23 0.45
Hex 83 58 8E 8 26 0 2C 120 17 2D
Octal 203 130 216 10 46 0 54 440 27 55
Binary 10000011 1011000 10001110 1000 100110 0 101100 100100000 10111 101101

Color Harmonies of #83588E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83588E

Black with #83588E

Text Example


Text Example

White with #83588E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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