#83508C

Color #83508C Affair (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Affair #83508C

Tints of Affair #83508C

Color information

#83508C (or 0x83508C) is unknown color: approx Affair. HEX triplet: 83, 50 and 8C. RGB value is (131,80,140). Sum of RGB (Red+Green+Blue) = 131+80+140=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 140 - color contains mainly: blue. Hex color #83508C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83508C is #7CAF73. Grayscale: #656565. Windows color (decimal): -8171380 or 9195651. OLE color: 9195651.

HSL color Cylindrical-coordinate representation of color #83508C: hue angle of 291º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #83508C is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13180140-
CMYK0.060.4300.45
HSL291º27.27%43.14%-
HSV(B)291º42.86%54.9%-
XYZ16.9612.4626.32-
YUV102.09149.4148.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.32%
GREEN value IS 80 (31.64% from 255) = 22.79%
BLUE value IS 140 (55.08% from 255) = 39.89%
R=37.32%
G=22.79%
B=39.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131801400.060.4300.4529127.2743.14
Hex83508C62B02D1231b2b
Octal2031202146530554433353
Binary10000011101000010001100110101011010110110010001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83508C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83508C;
 }
 .AnyTagClassName
 {
   color: #83508C;
 }
</style>
background-color css

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

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

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

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

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

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