Html Css Color HEX #83508F Affair

📋 copy color: '#83508F'

red 131 ◦ green 80 ◦ blue 143

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

Shades of Affair #83508F

Tints of Affair #83508F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.6%

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

R = 37.01%
G = 22.6%
B = 40.4%

CMYK

 C value IS 0.08

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#83508F (or 0x83508F) is known color: Affair. HEX triplet: 83, 50 and 8F. RGB value is (131,80,143). Sum of RGB (Red+Green+Blue) = 131+80+143=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 143 - color contains mainly: blue. Hex color #83508F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83508F is #7CAF70. Grayscale: #666666. Windows color (decimal): -8171377 or 9392259. OLE color: 9392259.

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

Color convert

RGB 131 80 143 -
CMYK 0.08 0.44 0 0.44
HSL 288.57º 0.28% 0.44% -
HSV(B) 288.57º 0.44% 0.56% -
XYZ 17.19 12.55 27.5 -
YUV 102.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 131 80 143 0.08 0.44 0 0.44 288.57 0.28 0.44
Hex 83 50 8F 8 2C 0 2C 121 1C 2C
Octal 203 120 217 10 54 0 54 441 34 54
Binary 10000011 1010000 10001111 1000 101100 0 101100 100100001 11100 101100

Color Harmonies of #83508F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83508F

Black with #83508F

Text Example


Text Example

White with #83508F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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