Html Css Color HEX #83509B Affair

📋 copy color: '#83509B'

red 131 ◦ green 80 ◦ blue 155

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

Shades of Affair #83509B

Tints of Affair #83509B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.35%

R = 35.79%
G = 21.86%
B = 42.35%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#83509B (or 0x83509B) is known color: Affair. HEX triplet: 83, 50 and 9B. RGB value is (131,80,155). Sum of RGB (Red+Green+Blue) = 131+80+155=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #83509B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83509B is #7CAF64. Grayscale: #676767. Windows color (decimal): -8171365 or 10178691. OLE color: 10178691.

HSL color Cylindrical-coordinate representation of color #83509B: hue angle of 280.8º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83509B is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 131 80 155 -
CMYK 0.15 0.48 0 0.39
HSL 280.8º 0.32% 0.46% -
HSV(B) 280.8º 0.48% 0.61% -
XYZ 18.15 12.93 32.55 -
YUV 103.8 156.9 147.4 -
System Red Green Blue C M Y K H S L
Decimal 131 80 155 0.15 0.48 0 0.39 280.8 0.32 0.46
Hex 83 50 9B F 30 0 27 119 20 2E
Octal 203 120 233 17 60 0 47 431 40 56
Binary 10000011 1010000 10011011 1111 110000 0 100111 100011001 100000 101110

Color Harmonies of #83509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83509B

Black with #83509B

Text Example


Text Example

White with #83509B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83509B; }

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

 H1.HeaderClassName
 {
   color: #83509B;
 }
 .AnyTagClassName
 {
   color: #83509B;
 }
</style>

background-color css

<style>
 a { background-color: #83509B; }

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

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

border-color css

<style>
 span { border-color: #83509B; }

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

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