Html Css Color HEX #83508C Affair

📋 copy color: '#83508C'

red 131 ◦ green 80 ◦ blue 140

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

Shades of Affair #83508C

Tints of Affair #83508C

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 value IS 0.06

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83508C (or 0x83508C) is known color: 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

RGB 131 80 140 -
CMYK 0.06 0.43 0 0.45
HSL 291º 0.27% 0.43% -
HSV(B) 291º 0.43% 0.55% -
XYZ 16.96 12.46 26.32 -
YUV 102.09 149.4 148.62 -
System Red Green Blue C M Y K H S L
Decimal 131 80 140 0.06 0.43 0 0.45 291 0.27 0.43
Hex 83 50 8C 6 2B 0 2D 123 1B 2B
Octal 203 120 214 6 53 0 55 443 33 53
Binary 10000011 1010000 10001100 110 101011 0 101101 100100011 11011 101011

Color Harmonies of #83508C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83508C

Black with #83508C

Text Example


Text Example

White with #83508C

Text Example


Text Example

HTML Codes & Css Web 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>