Html Css Color HEX #83538F Affair

📋 copy color: '#83538F'

red 131 ◦ green 83 ◦ blue 143

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

Shades of Affair #83538F

Tints of Affair #83538F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.25%

 BLUE value IS 143 (56.25% from 255) = 40.06%

R = 36.69%
G = 23.25%
B = 40.06%

CMYK

 C value IS 0.08

 M value IS 0.42

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#83538F (or 0x83538F) is known color: Affair. HEX triplet: 83, 53 and 8F. RGB value is (131,83,143). Sum of RGB (Red+Green+Blue) = 131+83+143=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 83 (32.81% from 255 or 23.25% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 143 - color contains mainly: blue. Hex color #83538F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83538F is #7CAC70. Grayscale: #686868. Windows color (decimal): -8170609 or 9393027. OLE color: 9393027.

HSL color Cylindrical-coordinate representation of color #83538F: hue angle of 288º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83538F is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 83 143 -
CMYK 0.08 0.42 0 0.44
HSL 288º 0.27% 0.44% -
HSV(B) 288º 0.42% 0.56% -
XYZ 17.41 12.99 27.58 -
YUV 104.19 149.9 147.12 -
System Red Green Blue C M Y K H S L
Decimal 131 83 143 0.08 0.42 0 0.44 288 0.27 0.44
Hex 83 53 8F 8 2A 0 2C 120 1B 2C
Octal 203 123 217 10 52 0 54 440 33 54
Binary 10000011 1010011 10001111 1000 101010 0 101100 100100000 11011 101100

Color Harmonies of #83538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83538F

Black with #83538F

Text Example


Text Example

White with #83538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83538F; }

 p { color: rgb(131,83,143); }

 H1.HeaderClassName
 {
   color: #83538F;
 }
 .AnyTagClassName
 {
   color: #83538F;
 }
</style>

background-color css

<style>
 a { background-color: #83538F; }

 a { background-color: rgb(131,83,143); }

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

border-color css

<style>
 span { border-color: #83538F; }

 span { border-color: rgb(131,83,143); }

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