Html Css Color HEX #83538E Affair

📋 copy color: '#83538E'

red 131 ◦ green 83 ◦ blue 142

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

Shades of Affair #83538E

Tints of Affair #83538E

RGB

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

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

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

R = 36.8%
G = 23.31%
B = 39.89%

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

#83538E (or 0x83538E) is known color: Affair. HEX triplet: 83, 53 and 8E. RGB value is (131,83,142). Sum of RGB (Red+Green+Blue) = 131+83+142=356 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.80% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 142 - color contains mainly: blue. Hex color #83538E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83538E is #7CAC71. Grayscale: #676767. Windows color (decimal): -8170610 or 9327491. OLE color: 9327491.

HSL color Cylindrical-coordinate representation of color #83538E: hue angle of 288.81º degrees, saturation: 0.26, 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 #83538E is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 83 142 -
CMYK 0.08 0.42 0 0.44
HSL 288.81º 0.26% 0.44% -
HSV(B) 288.81º 0.42% 0.56% -
XYZ 17.34 12.96 27.18 -
YUV 104.08 149.4 147.2 -
System Red Green Blue C M Y K H S L
Decimal 131 83 142 0.08 0.42 0 0.44 288.81 0.26 0.44
Hex 83 53 8E 8 2A 0 2C 121 1A 2C
Octal 203 123 216 10 52 0 54 441 32 54
Binary 10000011 1010011 10001110 1000 101010 0 101100 100100001 11010 101100

Color Harmonies of #83538E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83538E

Black with #83538E

Text Example


Text Example

White with #83538E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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