Html Css Color HEX #83618F Affair

📋 copy color: '#83618F'

red 131 ◦ green 97 ◦ blue 143

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

Shades of Affair #83618F

Tints of Affair #83618F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.15%

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

R = 35.31%
G = 26.15%
B = 38.54%

CMYK

 C value IS 0.08

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#83618F (or 0x83618F) is known color: Affair. HEX triplet: 83, 61 and 8F. RGB value is (131,97,143). Sum of RGB (Red+Green+Blue) = 131+97+143=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 143 (56.25% from 255 or 38.54% from 371); Max value from RGB is 143 - color contains mainly: blue. Hex color #83618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83618F is #7C9E70. Grayscale: #707070. Windows color (decimal): -8167025 or 9396611. OLE color: 9396611.

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

Color convert

RGB 131 97 143 -
CMYK 0.08 0.32 0 0.44
HSL 284.35º 0.19% 0.47% -
HSV(B) 284.35º 0.32% 0.56% -
XYZ 18.59 15.36 27.97 -
YUV 112.41 145.26 141.26 -
System Red Green Blue C M Y K H S L
Decimal 131 97 143 0.08 0.32 0 0.44 284.35 0.19 0.47
Hex 83 61 8F 8 20 0 2C 11C 13 2F
Octal 203 141 217 10 40 0 54 434 23 57
Binary 10000011 1100001 10001111 1000 100000 0 101100 100011100 10011 101111

Color Harmonies of #83618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83618F

Black with #83618F

Text Example


Text Example

White with #83618F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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